#CAA370

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

Shades of Fallow #CAA370

Tints of Fallow #CAA370

Color information

#CAA370 (or 0xCAA370) is unknown color: approx Fallow. HEX triplet: CA, A3 and 70. RGB value is (202,163,112). Sum of RGB (Red+Green+Blue) = 202+163+112=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA370 is #355C8F. Grayscale: #A9A9A9. Windows color (decimal): -3497104 or 7381962. OLE color: 7381962.

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

Color convert

RGB202163112-
CMYK00.190.450.21
HSL34º45.92%61.57%-
HSV(B)34º44.55%79.22%-
XYZ40.3839.9220.91-
YUV168.8595.92151.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=42.35%
G=34.17%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216311200.190.450.213445.9261.57
HexCAA3700132D15222e3e
Octal3122431600235525425676
Binary1100101010100011111000001001110110110101100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA370; }

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

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

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

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

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

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

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

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