Html Css Color HEX #CCA185 Cameo

📋 copy color: '#CCA185'

red 204 ◦ green 161 ◦ blue 133

#CCA185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CCA185

Tints of Cameo #CCA185

RGB

 RED value IS 204 (80.08% from 255) = 40.96%

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 40.96%
G = 32.33%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCA185 (or 0xCCA185) is known color: Cameo. HEX triplet: CC, A1 and 85. RGB value is (204,161,133). Sum of RGB (Red+Green+Blue) = 204+161+133=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA185 is #335E7A. Grayscale: #AAAAAA. Windows color (decimal): -3366523 or 8757708. OLE color: 8757708.

HSL color Cylindrical-coordinate representation of color #CCA185: hue angle of 23.66º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA185 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 133 -
CMYK 0 0.21 0.35 0.2
HSL 23.66º 0.41% 0.66% -
HSV(B) 23.66º 0.35% 0.8% -
XYZ 41.88 40.02 27.71 -
YUV 170.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 204 161 133 0 0.21 0.35 0.2 23.66 0.41 0.66
Hex CC A1 85 0 15 23 14 18 29 42
Octal 314 241 205 0 25 43 24 30 51 102
Binary 11001100 10100001 10000101 0 10101 100011 10100 11000 101001 1000010

Color Harmonies of #CCA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA185

Black with #CCA185

Text Example


Text Example

White with #CCA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA185; }

 p { color: rgb(204,161,133); }

 H1.HeaderClassName
 {
   color: #CCA185;
 }
 .AnyTagClassName
 {
   color: #CCA185;
 }
</style>

background-color css

<style>
 a { background-color: #CCA185; }

 a { background-color: rgb(204,161,133); }

 div.DivClassName
 {
   background-color: #CCA185;
 }
 .BgClassName
 {
   background-color: #CCA185;
 }
</style>

border-color css

<style>
 span { border-color: #CCA185; }

 span { border-color: rgb(204,161,133); }

 td.TdClassName
 {
   border-color: #CCA185;
 }
 .TagClassName
 {
   border-color: #CCA185;
 }
</style>