COLOR #CCA599

HEX: #CCA599 RGB: (204,165,153)

Renk bilgisi

#CCA599 contains red, green and blue colors in about the same proportion. #CCA599 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#CCA599 color RGB value is (204,165,153).

RGB: (204,165,153) (80%, 65%, 60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 165 of 255 = 65%
B 153 of 255 = 60%

204
165
153

R + G + B ~ 68%. #CCA599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 165 + 153 = 522 (100%)
R 204 of 522 ~ 39.08%
G 165 of 522 ~ 31.61%
B 153 of 522 ~ 29.31'%

%39.08
%31.61
%29.31

CMYK RENK MODELİ

#CCA599 rengi CMYK tonu (0,19,25,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.12%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%

CMYK: (0,19,25,20)
C0M19Y25K20 (0%, 19%, 25%, 20%)
(0.00 / 0.19 / 0.25 / 0.20)

CMYK yüzdeleri

%0
%19.12
%25
%20

Codes

Color #CCA599 in popluar color models

CC A5 99
RGB 204 165 153
HSL 14° 33.33% 70.00%
HSB/HSV 14° 25.00% 80.00%
CMYK 0.00% 19.12% 25.00%
20.00%

Color #CCA599 in popluar number systems.

HEX CC A5 99
Decimal 204 165 153
Binary 11001100 10100101 10011001
Octal 314 245 231

Shades and tints

Shades of #CCA599

#CCA599
(204,165,153)
#BA968C
(186,150,140)
#A8877F
(168,135,127)
#967872
(150,120,114)
#846965
(132,105,101)
#725A58
(114,90,88)
#604B4B
(96,75,75)
#4E3C3E
(78,60,62)
#3C2D31
(60,45,49)
#2A1E24
(42,30,36)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CCA599

#CCA599
(204,165,153)
#D0ADA2
(208,173,162)
#D4B5AB
(212,181,171)
#D8BDB4
(216,189,180)
#DCC5BD
(220,197,189)
#E0CDC6
(224,205,198)
#E4D5CF
(228,213,207)
#E8DDD8
(232,221,216)
#ECE5E1
(236,229,225)
#F0EDEA
(240,237,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA599 color. Also use rgb(204,165,153) instead hex code.

Text Font Color

.myTextColor { color: #CCA599; }

<p style="color:#CCA599">This sample text font color is #CCA599.</p>

This text font color is #CCA599.

Background Color

.myBgColor { background-color: #CCA599; }

<div style="background-color:#CCA599">Inner text</div>

This div background color is #CCA599.

Border color

.myBorderColor { border: 1px solid #CCA599; }

<div style="border:3px solid #CCA599">Div</div>

This div border color is #CCA599.

Opacity

.myOpacity80 { color: #CCA599; opacity: 0.8; }

<p style="color:#CCA599;opacity:0.8;">80%</p>

Text with #CCA599 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCA599;}

<p style="text-shadow: 3px 3px 1px #CCA599">Text here.</p>

This text has shadow with #CCA599 color.


.textShadow {text-shadow: 3px 3px 1px #CCA599', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCA599, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCA599 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCA599, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCA599, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCA599 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCA599;
-webkit-box-shadow: 1px 1px 3px 2px #CCA599;
box-shadow: 1px 1px 3px 2px #CCA599;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCA599; -webkit-box-shadow: 1px 1px 3px 2px #CCA599; box-shadow:1px 1px 3px 2px #CCA599;">
Div content here
</div>

This div box has shadow with color #CCA599.

Preview

Color preview on black background

This text has color #CCA599 on black background.


Color preview on white background

This text has color #CCA599 on white background.


Black color preview on #CCA599 background

This text has black color on #CCA599 background.


White color preview on #CCA599 background

This text has white color on #CCA599 background.


Related colors

Complementary color

Complementary color for #hex is #335A66.


I love getcolorcode.com

Triadic colors

1 #99CCA5 and #A599CC with #CCA599 are triadic colors.

2 #99A5CC and #A5CC99 with #CCA599 are triadic colors.