#CA9764

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

Shades of Fallow #CA9764

Tints of Fallow #CA9764

Color information

#CA9764 (or 0xCA9764) is unknown color: approx Fallow. HEX triplet: CA, 97 and 64. RGB value is (202,151,100). Sum of RGB (Red+Green+Blue) = 202+151+100=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9764 is #35689B. Grayscale: #A0A0A0. Windows color (decimal): -3500188 or 6592458. OLE color: 6592458.

HSL color Cylindrical-coordinate representation of color #CA9764: hue angle of 30º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9764 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202151100-
CMYK00.250.500.21
HSL30º49.04%59.22%-
HSV(B)30º50.5%79.22%-
XYZ37.7235.6116.94-
YUV160.4493.9157.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=44.59%
G=33.33%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215110000.250.500.213049.0459.22
HexCA976401932151e313b
Octal3122271440316225366173
Binary110010101001011111001000110011100101010111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9764; }

 p { color: rgb(202,151,100); }

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

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

 a { background-color: rgb(202,151,100); }

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

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

 span { border-color: rgb(202,151,100); }

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