#CAA377

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

Shades of Cameo #CAA377

Tints of Cameo #CAA377

Color information

#CAA377 (or 0xCAA377) is unknown color: approx Cameo. HEX triplet: CA, A3 and 77. RGB value is (202,163,119). Sum of RGB (Red+Green+Blue) = 202+163+119=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA377 is #355C88. Grayscale: #A9A9A9. Windows color (decimal): -3497097 or 7840714. OLE color: 7840714.

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

Color convert

RGB202163119-
CMYK00.190.410.21
HSL31.81º43.92%62.94%-
HSV(B)31.81º41.09%79.22%-
XYZ40.7840.0823.04-
YUV169.6499.42151.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=41.74%
G=33.68%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216311900.190.410.2131.8143.9262.94
HexCAA3770132915202c3f
Octal3122431670235125405477
Binary1100101010100011111011101001110100110101100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA377; }

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

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

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

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

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

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

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

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