#CAAA7E

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

Shades of Cameo #CAAA7E

Tints of Cameo #CAAA7E

Color information

#CAAA7E (or 0xCAAA7E) is unknown color: approx Cameo. HEX triplet: CA, AA and 7E. RGB value is (202,170,126). Sum of RGB (Red+Green+Blue) = 202+170+126=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA7E is #355581. Grayscale: #AEAEAE. Windows color (decimal): -3495298 or 8301258. OLE color: 8301258.

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

Color convert

RGB202170126-
CMYK00.160.380.21
HSL34.74º41.76%64.31%-
HSV(B)34.74º37.62%79.22%-
XYZ42.542.8125.76-
YUV174.55100.6147.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=40.56%
G=34.14%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217012600.160.380.2134.7441.7664.31
HexCAAA7E0102615232a40
Octal31225217602046254352100
Binary11001010101010101111110010000100110101011000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA7E; }

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

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

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

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

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

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

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

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