#CA996E

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

Shades of Fallow #CA996E

Tints of Fallow #CA996E

Color information

#CA996E (or 0xCA996E) is unknown color: approx Fallow. HEX triplet: CA, 99 and 6E. RGB value is (202,153,110). Sum of RGB (Red+Green+Blue) = 202+153+110=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996E is #356691. Grayscale: #A2A2A2. Windows color (decimal): -3499666 or 7248330. OLE color: 7248330.

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

Color convert

RGB202153110-
CMYK00.240.460.21
HSL28.04º46.46%61.18%-
HSV(B)28.04º45.54%79.22%-
XYZ38.5636.4619.76-
YUV162.7598.23156-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=43.44%
G=32.90%
B=23.66%

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
Decimal20215311000.240.460.2128.0446.4661.18
HexCA996E0182E151c2e3d
Octal3122311560305625345675
Binary110010101001100111011100110001011101010111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA996E; }

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

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

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

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

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

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

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

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