#CAA87E

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

Shades of Cameo #CAA87E

Tints of Cameo #CAA87E

Color information

#CAA87E (or 0xCAA87E) is unknown color: approx Cameo. HEX triplet: CA, A8 and 7E. RGB value is (202,168,126). Sum of RGB (Red+Green+Blue) = 202+168+126=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87E is #355781. Grayscale: #ADADAD. Windows color (decimal): -3495810 or 8300746. OLE color: 8300746.

HSL color Cylindrical-coordinate representation of color #CAA87E: hue angle of 33.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAA87E is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202168126-
CMYK00.170.380.21
HSL33.16º41.76%64.31%-
HSV(B)33.16º37.62%79.22%-
XYZ42.1342.0725.64-
YUV173.38101.26148.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=40.73%
G=33.87%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216812600.170.380.2133.1641.7664.31
HexCAA87E0112615212a40
Octal31225017602146254152100
Binary11001010101010001111110010001100110101011000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA87E; }

 p { color: rgb(202,168,126); }

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

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

 a { background-color: rgb(202,168,126); }

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

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

 span { border-color: rgb(202,168,126); }

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