#CA9A81

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

Shades of Cameo #CA9A81

Tints of Cameo #CA9A81

Color information

#CA9A81 (or 0xCA9A81) is unknown color: approx Cameo. HEX triplet: CA, 9A and 81. RGB value is (202,154,129). Sum of RGB (Red+Green+Blue) = 202+154+129=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A81 is #35657E. Grayscale: #A5A5A5. Windows color (decimal): -3499391 or 8493770. OLE color: 8493770.

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

Color convert

RGB202154129-
CMYK00.240.360.21
HSL20.55º40.78%64.9%-
HSV(B)20.55º36.14%79.22%-
XYZ39.8837.2525.86-
YUV165.5107.4154.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=41.65%
G=31.75%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215412900.240.360.2120.5540.7864.9
HexCA9A810182415152941
Octal31223220103044252551101
Binary11001010100110101000000101100010010010101101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A81; }

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

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

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

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

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

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

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

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