Html Css Color HEX #CCA487 Cameo

📋 copy color: '#CCA487'

red 204 ◦ green 164 ◦ blue 135

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

Shades of Cameo #CCA487

Tints of Cameo #CCA487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.6%

 BLUE value IS 135 (53.13% from 255) = 26.84%

R = 40.56%
G = 32.6%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA487 (or 0xCCA487) is known color: Cameo. HEX triplet: CC, A4 and 87. RGB value is (204,164,135). Sum of RGB (Red+Green+Blue) = 204+164+135=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA487 is #335B78. Grayscale: #ACACAC. Windows color (decimal): -3365753 or 8889548. OLE color: 8889548.

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

Color convert

RGB 204 164 135 -
CMYK 0 0.20 0.34 0.2
HSL 25.22º 0.4% 0.66% -
HSV(B) 25.22º 0.34% 0.8% -
XYZ 42.55 41.14 28.62 -
YUV 172.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 204 164 135 0 0.20 0.34 0.2 25.22 0.4 0.66
Hex CC A4 87 0 14 22 14 19 28 42
Octal 314 244 207 0 24 42 24 31 50 102
Binary 11001100 10100100 10000111 0 10100 100010 10100 11001 101000 1000010

Color Harmonies of #CCA487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA487

Black with #CCA487

Text Example


Text Example

White with #CCA487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA487; }

 p { color: rgb(204,164,135); }

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

background-color css

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

 a { background-color: rgb(204,164,135); }

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

border-color css

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

 span { border-color: rgb(204,164,135); }

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