#CCA686

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

Shades of Cameo #CCA686

Tints of Cameo #CCA686

Color information

#CCA686 (or 0xCCA686) is unknown color: approx Cameo. HEX triplet: CC, A6 and 86. RGB value is (204,166,134). Sum of RGB (Red+Green+Blue) = 204+166+134=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA686 is #335979. Grayscale: #ADADAD. Windows color (decimal): -3365242 or 8824524. OLE color: 8824524.

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

Color convert

RGB204166134-
CMYK00.190.340.2
HSL27.43º40.7%66.27%-
HSV(B)27.43º34.31%80%-
XYZ42.8441.8328.37-
YUV173.71105.59149.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=40.48%
G=32.94%
B=26.59%

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
Decimal20416613400.190.340.227.4340.766.27
HexCCA68601322141b2942
Octal31424620602342243351102
Binary11001100101001101000011001001110001010100110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA686; }

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

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

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

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

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

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

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

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