#CA9C63

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

Shades of Fallow #CA9C63

Tints of Fallow #CA9C63

Color information

#CA9C63 (or 0xCA9C63) is unknown color: approx Fallow. HEX triplet: CA, 9C and 63. RGB value is (202,156,99). Sum of RGB (Red+Green+Blue) = 202+156+99=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C63 is #35639C. Grayscale: #A3A3A3. Windows color (decimal): -3498909 or 6528202. OLE color: 6528202.

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

Color convert

RGB20215699-
CMYK00.230.510.21
HSL33.2º49.28%59.02%-
HSV(B)33.2º50.99%79.22%-
XYZ38.537.2316.96-
YUV163.2691.74155.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=44.20%
G=34.14%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021569900.230.510.2133.249.2859.02
HexCA9C63017331521313b
Octal3122341430276325416173
Binary1100101010011100110001101011111001110101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C63; }

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

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

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

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

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

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

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

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