#CA9B70

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

Shades of Fallow #CA9B70

Tints of Fallow #CA9B70

Color information

#CA9B70 (or 0xCA9B70) is unknown color: approx Fallow. HEX triplet: CA, 9B and 70. RGB value is (202,155,112). Sum of RGB (Red+Green+Blue) = 202+155+112=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B70 is #35648F. Grayscale: #A4A4A4. Windows color (decimal): -3499152 or 7379914. OLE color: 7379914.

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

Color convert

RGB202155112-
CMYK00.230.450.21
HSL28.67º45.92%61.57%-
HSV(B)28.67º44.55%79.22%-
XYZ3937.1720.45-
YUV164.1598.57155-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=43.07%
G=33.05%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215511200.230.450.2128.6745.9261.57
HexCA9B700172D151d2e3e
Octal3122331600275525355676
Binary110010101001101111100000101111011011010111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B70; }

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

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

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

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

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

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

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

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