#CA9E63

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

Shades of Fallow #CA9E63

Tints of Fallow #CA9E63

Color information

#CA9E63 (or 0xCA9E63) is unknown color: approx Fallow. HEX triplet: CA, 9E and 63. RGB value is (202,158,99). Sum of RGB (Red+Green+Blue) = 202+158+99=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E63 is #35619C. Grayscale: #A4A4A4. Windows color (decimal): -3498397 or 6528714. OLE color: 6528714.

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

Color convert

RGB20215899-
CMYK00.220.510.21
HSL34.37º49.28%59.02%-
HSV(B)34.37º50.99%79.22%-
XYZ38.8437.9117.08-
YUV164.4391.08154.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=44.01%
G=34.42%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021589900.220.510.2134.3749.2859.02
HexCA9E63016331522313b
Octal3122361430266325426173
Binary1100101010011110110001101011011001110101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E63; }

 p { color: rgb(202,158,99); }

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

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

 a { background-color: rgb(202,158,99); }

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

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

 span { border-color: rgb(202,158,99); }

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