#CA9F77

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

Shades of Cameo #CA9F77

Tints of Cameo #CA9F77

Color information

#CA9F77 (or 0xCA9F77) is unknown color: approx Cameo. HEX triplet: CA, 9F and 77. RGB value is (202,159,119). Sum of RGB (Red+Green+Blue) = 202+159+119=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F77 is #356088. Grayscale: #A7A7A7. Windows color (decimal): -3498121 or 7839690. OLE color: 7839690.

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

Color convert

RGB202159119-
CMYK00.210.410.21
HSL28.92º43.92%62.94%-
HSV(B)28.92º41.09%79.22%-
XYZ40.0938.6822.81-
YUV167.3100.75152.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=42.08%
G=33.12%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215911900.210.410.2128.9243.9262.94
HexCA9F7701529151d2c3f
Octal3122371670255125355477
Binary110010101001111111101110101011010011010111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F77; }

 p { color: rgb(202,159,119); }

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

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

 a { background-color: rgb(202,159,119); }

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

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

 span { border-color: rgb(202,159,119); }

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