#CA9F70

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

Shades of Fallow #CA9F70

Tints of Fallow #CA9F70

Color information

#CA9F70 (or 0xCA9F70) is unknown color: approx Fallow. HEX triplet: CA, 9F and 70. RGB value is (202,159,112). Sum of RGB (Red+Green+Blue) = 202+159+112=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F70 is #35608F. Grayscale: #A6A6A6. Windows color (decimal): -3498128 or 7380938. OLE color: 7380938.

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

Color convert

RGB202159112-
CMYK00.210.450.21
HSL31.33º45.92%61.57%-
HSV(B)31.33º44.55%79.22%-
XYZ39.6838.5220.67-
YUV166.597.25153.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=42.71%
G=33.62%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215911200.210.450.2131.3345.9261.57
HexCA9F700152D151f2e3e
Octal3122371600255525375676
Binary110010101001111111100000101011011011010111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F70; }

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

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

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

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

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

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

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

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