#CCA886

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

Shades of Cameo #CCA886

Tints of Cameo #CCA886

Color information

#CCA886 (or 0xCCA886) is unknown color: approx Cameo. HEX triplet: CC, A8 and 86. RGB value is (204,168,134). Sum of RGB (Red+Green+Blue) = 204+168+134=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA886 is #335779. Grayscale: #AFAFAF. Windows color (decimal): -3364730 or 8825036. OLE color: 8825036.

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

Color convert

RGB204168134-
CMYK00.180.340.2
HSL29.14º40.7%66.27%-
HSV(B)29.14º34.31%80%-
XYZ43.2142.5628.49-
YUV174.89104.93148.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=40.32%
G=33.20%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416813400.180.340.229.1440.766.27
HexCCA88601222141d2942
Octal31425020602242243551102
Binary11001100101010001000011001001010001010100111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA886; }

 p { color: rgb(204,168,134); }

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

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

 a { background-color: rgb(204,168,134); }

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

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

 span { border-color: rgb(204,168,134); }

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