#CA966C

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

Shades of Fallow #CA966C

Tints of Fallow #CA966C

Color information

#CA966C (or 0xCA966C) is unknown color: approx Fallow. HEX triplet: CA, 96 and 6C. RGB value is (202,150,108). Sum of RGB (Red+Green+Blue) = 202+150+108=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA966C is #356993. Grayscale: #A0A0A0. Windows color (decimal): -3500436 or 7116490. OLE color: 7116490.

HSL color Cylindrical-coordinate representation of color #CA966C: hue angle of 26.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA966C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202150108-
CMYK00.260.470.21
HSL26.81º47%60.78%-
HSV(B)26.81º46.53%79.22%-
XYZ37.9735.4519.03-
YUV160.7698.23157.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=43.91%
G=32.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215010800.260.470.2126.814760.78
HexCA966C01A2F151b2f3d
Octal3122261540325725335775
Binary110010101001011011011000110101011111010111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA966C; }

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

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

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

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

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

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

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

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