#C5966C

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

Shades of Fallow #C5966C

Tints of Fallow #C5966C

Color information

#C5966C (or 0xC5966C) is unknown color: approx Fallow. HEX triplet: C5, 96 and 6C. RGB value is (197,150,108). Sum of RGB (Red+Green+Blue) = 197+150+108=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5966C is #3A6993. Grayscale: #9F9F9F. Windows color (decimal): -3828116 or 7116485. OLE color: 7116485.

HSL color Cylindrical-coordinate representation of color #C5966C: hue angle of 28.31º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5966C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB197150108-
CMYK00.240.450.23
HSL28.31º43.41%59.8%-
HSV(B)28.31º45.18%77.25%-
XYZ36.6434.7718.97-
YUV159.2799.07154.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=43.30%
G=32.97%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715010800.240.450.2328.3143.4159.8
HexC5966C0182D171c2b3c
Octal3052261540305527345374
Binary110001011001011011011000110001011011011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5966C; }

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

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

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

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

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

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

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

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