#CCA487

Color #CCA487 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CCA487

Tints of Cameo #CCA487

Color information

#CCA487 (or 0xCCA487) is unknown color: approx 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

RGB204164135-
CMYK00.200.340.2
HSL25.22º40.35%66.47%-
HSV(B)25.22º33.82%80%-
XYZ42.5541.1428.62-
YUV172.65106.75150.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=40.56%
G=32.60%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413500.200.340.225.2240.3566.47
HexCCA4870142214192842
Octal31424420702442243150102
Binary11001100101001001000011101010010001010100110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>