#CAA686

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

Shades of Cameo #CAA686

Tints of Cameo #CAA686

Color information

#CAA686 (or 0xCAA686) is unknown color: approx Cameo. HEX triplet: CA, A6 and 86. RGB value is (202,166,134). Sum of RGB (Red+Green+Blue) = 202+166+134=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA686 is #355979. Grayscale: #ADADAD. Windows color (decimal): -3496314 or 8824522. OLE color: 8824522.

HSL color Cylindrical-coordinate representation of color #CAA686: hue angle of 28.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA686 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202166134-
CMYK00.180.340.21
HSL28.24º39.08%65.88%-
HSV(B)28.24º33.66%79.22%-
XYZ42.341.5528.34-
YUV173.12105.93148.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=40.24%
G=33.07%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216613400.180.340.2128.2439.0865.88
HexCAA68601222151c2742
Octal31224620602242253447102
Binary11001010101001101000011001001010001010101111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA686; }

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

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

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

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

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

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

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

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