#CA9F75

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

Shades of Fallow #CA9F75

Tints of Fallow #CA9F75

Color information

#CA9F75 (or 0xCA9F75) is unknown color: approx Fallow. HEX triplet: CA, 9F and 75. RGB value is (202,159,117). Sum of RGB (Red+Green+Blue) = 202+159+117=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F75 is #35608A. Grayscale: #A7A7A7. Windows color (decimal): -3498123 or 7708618. OLE color: 7708618.

HSL color Cylindrical-coordinate representation of color #CA9F75: hue angle of 29.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA9F75 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202159117-
CMYK00.210.420.21
HSL29.65º44.5%62.55%-
HSV(B)29.65º42.08%79.22%-
XYZ39.9738.6422.18-
YUV167.0799.75152.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=42.26%
G=33.26%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215911700.210.420.2129.6544.562.55
HexCA9F750152A151e2d3f
Octal3122371650255225365577
Binary110010101001111111101010101011010101010111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F75; }

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

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

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

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

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

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

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

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