#CA9A6D

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

Shades of Fallow #CA9A6D

Tints of Fallow #CA9A6D

Color information

#CA9A6D (or 0xCA9A6D) is unknown color: approx Fallow. HEX triplet: CA, 9A and 6D. RGB value is (202,154,109). Sum of RGB (Red+Green+Blue) = 202+154+109=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A6D is #356592. Grayscale: #A3A3A3. Windows color (decimal): -3499411 or 7183050. OLE color: 7183050.

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

Color convert

RGB202154109-
CMYK00.240.460.21
HSL29.03º46.73%60.98%-
HSV(B)29.03º46.04%79.22%-
XYZ38.6736.7719.53-
YUV163.2297.4155.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=43.44%
G=33.12%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215410900.240.460.2129.0346.7360.98
HexCA9A6D0182E151d2f3d
Octal3122321550305625355775
Binary110010101001101011011010110001011101010111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A6D; }

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

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

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

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

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

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

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

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