#CA9A67

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

Shades of Fallow #CA9A67

Tints of Fallow #CA9A67

Color information

#CA9A67 (or 0xCA9A67) is unknown color: approx Fallow. HEX triplet: CA, 9A and 67. RGB value is (202,154,103). Sum of RGB (Red+Green+Blue) = 202+154+103=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A67 is #356598. Grayscale: #A2A2A2. Windows color (decimal): -3499417 or 6789834. OLE color: 6789834.

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

Color convert

RGB202154103-
CMYK00.240.490.21
HSL30.91º48.29%59.8%-
HSV(B)30.91º49.01%79.22%-
XYZ38.3636.6517.88-
YUV162.5494.4156.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=44.01%
G=33.55%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215410300.240.490.2130.9148.2959.8
HexCA9A6701831151f303c
Octal3122321470306125376074
Binary110010101001101011001110110001100011010111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A67; }

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

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

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

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

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

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

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

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