#CA9B74

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

Shades of Fallow #CA9B74

Tints of Fallow #CA9B74

Color information

#CA9B74 (or 0xCA9B74) is unknown color: approx Fallow. HEX triplet: CA, 9B and 74. RGB value is (202,155,116). Sum of RGB (Red+Green+Blue) = 202+155+116=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B74 is #35648B. Grayscale: #A4A4A4. Windows color (decimal): -3499148 or 7642058. OLE color: 7642058.

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

Color convert

RGB202155116-
CMYK00.230.430.21
HSL27.21º44.79%62.35%-
HSV(B)27.21º42.57%79.22%-
XYZ39.2337.2621.65-
YUV164.61100.57154.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=42.71%
G=32.77%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215511600.230.430.2127.2144.7962.35
HexCA9B740172B151b2d3e
Octal3122331640275325335576
Binary110010101001101111101000101111010111010111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B74; }

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

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

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

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

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

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

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

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