#CAAA81

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

Shades of Cameo #CAAA81

Tints of Cameo #CAAA81

Color information

#CAAA81 (or 0xCAAA81) is unknown color: approx Cameo. HEX triplet: CA, AA and 81. RGB value is (202,170,129). Sum of RGB (Red+Green+Blue) = 202+170+129=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA81 is #35557E. Grayscale: #AFAFAF. Windows color (decimal): -3495295 or 8497866. OLE color: 8497866.

HSL color Cylindrical-coordinate representation of color #CAAA81: hue angle of 33.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAAA81 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202170129-
CMYK00.160.360.21
HSL33.7º40.78%64.9%-
HSV(B)33.7º36.14%79.22%-
XYZ42.6942.8926.8-
YUV174.89102.1147.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=40.32%
G=33.93%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217012900.160.360.2133.740.7864.9
HexCAAA810102415222941
Octal31225220102044254251101
Binary110010101010101010000001010000100100101011000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA81; }

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

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

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

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

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

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

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

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