#c1996a

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

Shades of Fallow #C1996A

Tints of Fallow #C1996A

Color information

#C1996A (or 0xC1996A) is unknown color: approx Fallow. HEX triplet: C1, 99 and 6A. RGB value is (193,153,106). Sum of RGB (Red+Green+Blue) = 193+153+106=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1996A is #3E6695. Grayscale: #9F9F9F. Windows color (decimal): -4089494 or 6986177. OLE color: 6986177.

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

Color convert

RGB193153106-
CMYK00.210.450.24
HSL32.41º41.23%58.63%-
HSV(B)32.41º45.08%75.69%-
XYZ35.9935.1618.53-
YUV159.697.75151.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=42.70%
G=33.85%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315310600.210.450.2432.4141.2358.63
HexC1996A0152D1820293b
Octal3012311520255530405173
Binary1100000110011001110101001010110110111000100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1996a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1996a; }

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

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

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

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

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

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

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

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