#CAA372

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

Shades of Fallow #CAA372

Tints of Fallow #CAA372

Color information

#CAA372 (or 0xCAA372) is unknown color: approx Fallow. HEX triplet: CA, A3 and 72. RGB value is (202,163,114). Sum of RGB (Red+Green+Blue) = 202+163+114=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA372 is #355C8D. Grayscale: #A9A9A9. Windows color (decimal): -3497102 or 7513034. OLE color: 7513034.

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

Color convert

RGB202163114-
CMYK00.190.440.21
HSL33.41º45.36%61.96%-
HSV(B)33.41º43.56%79.22%-
XYZ40.4939.9721.5-
YUV169.0896.92151.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=42.17%
G=34.03%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216311400.190.440.2133.4145.3661.96
HexCAA3720132C15212d3e
Octal3122431620235425415576
Binary1100101010100011111001001001110110010101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA372; }

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

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

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

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

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

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

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

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