#CA966D

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

Shades of Fallow #CA966D

Tints of Fallow #CA966D

Color information

#CA966D (or 0xCA966D) is unknown color: approx Fallow. HEX triplet: CA, 96 and 6D. RGB value is (202,150,109). Sum of RGB (Red+Green+Blue) = 202+150+109=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA966D is #356992. Grayscale: #A1A1A1. Windows color (decimal): -3500435 or 7182026. OLE color: 7182026.

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

Color convert

RGB202150109-
CMYK00.260.460.21
HSL26.45º46.73%60.98%-
HSV(B)26.45º46.04%79.22%-
XYZ38.0235.4719.31-
YUV160.8798.73157.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=43.82%
G=32.54%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215010900.260.460.2126.4546.7360.98
HexCA966D01A2E151a2f3d
Octal3122261550325625325775
Binary110010101001011011011010110101011101010111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA966D; }

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

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

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

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

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

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

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

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