#CA9967

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

Shades of Fallow #CA9967

Tints of Fallow #CA9967

Color information

#CA9967 (or 0xCA9967) is unknown color: approx Fallow. HEX triplet: CA, 99 and 67. RGB value is (202,153,103). Sum of RGB (Red+Green+Blue) = 202+153+103=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9967 is #356698. Grayscale: #A2A2A2. Windows color (decimal): -3499673 or 6789578. OLE color: 6789578.

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

Color convert

RGB202153103-
CMYK00.240.490.21
HSL30.3º48.29%59.8%-
HSV(B)30.3º49.01%79.22%-
XYZ38.236.3217.83-
YUV161.9594.73156.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=44.10%
G=33.41%
B=22.49%

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
Decimal20215310300.240.490.2130.348.2959.8
HexCA996701831151e303c
Octal3122311470306125366074
Binary110010101001100111001110110001100011010111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9967; }

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

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

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

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

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

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

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

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