#CAA685

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

Shades of Cameo #CAA685

Tints of Cameo #CAA685

Color information

#CAA685 (or 0xCAA685) is unknown color: approx Cameo. HEX triplet: CA, A6 and 85. RGB value is (202,166,133). Sum of RGB (Red+Green+Blue) = 202+166+133=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA685 is #35597A. Grayscale: #ADADAD. Windows color (decimal): -3496315 or 8758986. OLE color: 8758986.

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

Color convert

RGB202166133-
CMYK00.180.340.21
HSL28.7º39.43%65.69%-
HSV(B)28.7º34.16%79.22%-
XYZ42.2341.5227.98-
YUV173105.43148.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=40.32%
G=33.13%
B=26.55%

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
Decimal20216613300.180.340.2128.739.4365.69
HexCAA68501222151d2742
Octal31224620502242253547102
Binary11001010101001101000010101001010001010101111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA685; }

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

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

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

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

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

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

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

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