Html Css Color HEX #CCA188 Cameo

📋 copy color: '#CCA188'

red 204 ◦ green 161 ◦ blue 136

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

Shades of Cameo #CCA188

Tints of Cameo #CCA188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 40.72%
G = 32.14%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCA188 (or 0xCCA188) is known color: Cameo. HEX triplet: CC, A1 and 88. RGB value is (204,161,136). Sum of RGB (Red+Green+Blue) = 204+161+136=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA188 is #335E77. Grayscale: #ABABAB. Windows color (decimal): -3366520 or 8954316. OLE color: 8954316.

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

Color convert

RGB 204 161 136 -
CMYK 0 0.21 0.33 0.2
HSL 22.06º 0.4% 0.67% -
HSV(B) 22.06º 0.33% 0.8% -
XYZ 42.09 40.1 28.82 -
YUV 171.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 204 161 136 0 0.21 0.33 0.2 22.06 0.4 0.67
Hex CC A1 88 0 15 21 14 16 28 43
Octal 314 241 210 0 25 41 24 26 50 103
Binary 11001100 10100001 10001000 0 10101 100001 10100 10110 101000 1000011

Color Harmonies of #CCA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA188

Black with #CCA188

Text Example


Text Example

White with #CCA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA188; }

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

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

background-color css

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

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

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

border-color css

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

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

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