#CA9B75

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

Shades of Fallow #CA9B75

Tints of Fallow #CA9B75

Color information

#CA9B75 (or 0xCA9B75) is unknown color: approx Fallow. HEX triplet: CA, 9B and 75. RGB value is (202,155,117). Sum of RGB (Red+Green+Blue) = 202+155+117=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B75 is #35648A. Grayscale: #A4A4A4. Windows color (decimal): -3499147 or 7707594. OLE color: 7707594.

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

Color convert

RGB202155117-
CMYK00.230.420.21
HSL26.82º44.5%62.55%-
HSV(B)26.82º42.08%79.22%-
XYZ39.2937.2821.96-
YUV164.72101.07154.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=42.62%
G=32.70%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215511700.230.420.2126.8244.562.55
HexCA9B750172A151b2d3f
Octal3122331650275225335577
Binary110010101001101111101010101111010101010111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B75; }

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

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

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

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

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

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

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

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