#C1996D

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

Shades of Fallow #C1996D

Tints of Fallow #C1996D

Color information

#C1996D (or 0xC1996D) is unknown color: approx Fallow. HEX triplet: C1, 99 and 6D. RGB value is (193,153,109). Sum of RGB (Red+Green+Blue) = 193+153+109=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1996D is #3E6692. Grayscale: #A0A0A0. Windows color (decimal): -4089491 or 7182785. OLE color: 7182785.

HSL color Cylindrical-coordinate representation of color #C1996D: hue angle of 31.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1996D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193153109-
CMYK00.210.440.24
HSL31.43º40.38%59.22%-
HSV(B)31.43º43.52%75.69%-
XYZ36.1435.2219.36-
YUV159.9499.25151.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=42.42%
G=33.63%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315310900.210.440.2431.4340.3859.22
HexC1996D0152C181f283b
Octal3012311550255430375073
Binary110000011001100111011010101011011001100011111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1996D; }

 p { color: rgb(193,153,109); }

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

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

 a { background-color: rgb(193,153,109); }

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

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

 span { border-color: rgb(193,153,109); }

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