#CAA27E

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

Shades of Cameo #CAA27E

Tints of Cameo #CAA27E

Color information

#CAA27E (or 0xCAA27E) is unknown color: approx Cameo. HEX triplet: CA, A2 and 7E. RGB value is (202,162,126). Sum of RGB (Red+Green+Blue) = 202+162+126=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA27E is #355D81. Grayscale: #AAAAAA. Windows color (decimal): -3497346 or 8299210. OLE color: 8299210.

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

Color convert

RGB202162126-
CMYK00.200.380.21
HSL28.42º41.76%64.31%-
HSV(B)28.42º37.62%79.22%-
XYZ41.0439.925.28-
YUV169.86103.25150.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=41.22%
G=33.06%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216212600.200.380.2128.4241.7664.31
HexCAA27E01426151c2a40
Octal31224217602446253452100
Binary1100101010100010111111001010010011010101111001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA27E; }

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

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

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

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

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

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

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

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