#CA9C6D

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

Shades of Fallow #CA9C6D

Tints of Fallow #CA9C6D

Color information

#CA9C6D (or 0xCA9C6D) is unknown color: approx Fallow. HEX triplet: CA, 9C and 6D. RGB value is (202,156,109). Sum of RGB (Red+Green+Blue) = 202+156+109=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C6D is #356392. Grayscale: #A4A4A4. Windows color (decimal): -3498899 or 7183562. OLE color: 7183562.

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

Color convert

RGB202156109-
CMYK00.230.460.21
HSL30.32º46.73%60.98%-
HSV(B)30.32º46.04%79.22%-
XYZ39.0137.4419.64-
YUV164.496.74154.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=43.25%
G=33.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215610900.230.460.2130.3246.7360.98
HexCA9C6D0172E151e2f3d
Octal3122341550275625365775
Binary110010101001110011011010101111011101010111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C6D; }

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

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

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

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

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

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

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

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