#cca687

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

Shades of Cameo #CCA687

Tints of Cameo #CCA687

Color information

#CCA687 (or 0xCCA687) is unknown color: approx Cameo. HEX triplet: CC, A6 and 87. RGB value is (204,166,135). Sum of RGB (Red+Green+Blue) = 204+166+135=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA687 is #335978. Grayscale: #ADADAD. Windows color (decimal): -3365241 or 8890060. OLE color: 8890060.

HSL color Cylindrical-coordinate representation of color #CCA687: hue angle of 26.96º 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 #CCA687 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204166135-
CMYK00.190.340.2
HSL26.96º40.35%66.47%-
HSV(B)26.96º33.82%80%-
XYZ42.9141.8628.74-
YUV173.83106.09149.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=40.40%
G=32.87%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416613500.190.340.226.9640.3566.47
HexCCA68701322141b2842
Octal31424620702342243350102
Binary11001100101001101000011101001110001010100110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca687; }

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

 H1.HeaderClassName
 {
   color: #cca687;
 }
 .AnyTagClassName
 {
   color: #cca687;
 }
</style>
background-color css

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

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

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

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

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

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