#CA9970

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

Shades of Fallow #CA9970

Tints of Fallow #CA9970

Color information

#CA9970 (or 0xCA9970) is unknown color: approx Fallow. HEX triplet: CA, 99 and 70. RGB value is (202,153,112). Sum of RGB (Red+Green+Blue) = 202+153+112=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9970 is #35668F. Grayscale: #A3A3A3. Windows color (decimal): -3499664 or 7379402. OLE color: 7379402.

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

Color convert

RGB202153112-
CMYK00.240.450.21
HSL27.33º45.92%61.57%-
HSV(B)27.33º44.55%79.22%-
XYZ38.6736.5120.34-
YUV162.9899.23155.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=43.25%
G=32.76%
B=23.98%

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
Decimal20215311200.240.450.2127.3345.9261.57
HexCA99700182D151b2e3e
Octal3122311600305525335676
Binary110010101001100111100000110001011011010111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9970; }

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

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

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

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

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

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

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

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