#CA9A70

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

Shades of Fallow #CA9A70

Tints of Fallow #CA9A70

Color information

#CA9A70 (or 0xCA9A70) is unknown color: approx Fallow. HEX triplet: CA, 9A and 70. RGB value is (202,154,112). Sum of RGB (Red+Green+Blue) = 202+154+112=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A70 is #35658F. Grayscale: #A3A3A3. Windows color (decimal): -3499408 or 7379658. OLE color: 7379658.

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

Color convert

RGB202154112-
CMYK00.240.450.21
HSL28º45.92%61.57%-
HSV(B)28º44.55%79.22%-
XYZ38.8436.8420.39-
YUV163.5698.9155.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=43.16%
G=32.91%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215411200.240.450.212845.9261.57
HexCA9A700182D151c2e3e
Octal3122321600305525345676
Binary110010101001101011100000110001011011010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A70; }

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

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

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

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

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

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

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

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