#C1996F

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

Shades of Fallow #C1996F

Tints of Fallow #C1996F

Color information

#C1996F (or 0xC1996F) is unknown color: approx Fallow. HEX triplet: C1, 99 and 6F. RGB value is (193,153,111). Sum of RGB (Red+Green+Blue) = 193+153+111=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1996F is #3E6690. Grayscale: #A0A0A0. Windows color (decimal): -4089489 or 7313857. OLE color: 7313857.

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

Color convert

RGB193153111-
CMYK00.210.420.24
HSL30.73º39.81%59.61%-
HSV(B)30.73º42.49%75.69%-
XYZ36.2535.2719.94-
YUV160.17100.25151.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=42.23%
G=33.48%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315311100.210.420.2430.7339.8159.61
HexC1996F0152A181f283c
Octal3012311570255230375074
Binary110000011001100111011110101011010101100011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1996F; }

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

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

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

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

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

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

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

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