#CA9D70

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

Shades of Fallow #CA9D70

Tints of Fallow #CA9D70

Color information

#CA9D70 (or 0xCA9D70) is unknown color: approx Fallow. HEX triplet: CA, 9D and 70. RGB value is (202,157,112). Sum of RGB (Red+Green+Blue) = 202+157+112=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D70 is #35628F. Grayscale: #A5A5A5. Windows color (decimal): -3498640 or 7380426. OLE color: 7380426.

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

Color convert

RGB202157112-
CMYK00.220.450.21
HSL30º45.92%61.57%-
HSV(B)30º44.55%79.22%-
XYZ39.3437.8420.56-
YUV165.3297.91154.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=42.89%
G=33.33%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215711200.220.450.213045.9261.57
HexCA9D700162D151e2e3e
Octal3122351600265525365676
Binary110010101001110111100000101101011011010111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D70; }

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

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

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

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

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

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

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

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