#C7916C

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

Shades of Whiskey #C7916C

Tints of Whiskey #C7916C

Color information

#C7916C (or 0xC7916C) is unknown color: approx Whiskey. HEX triplet: C7, 91 and 6C. RGB value is (199,145,108). Sum of RGB (Red+Green+Blue) = 199+145+108=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7916C is #386E93. Grayscale: #9D9D9D. Windows color (decimal): -3698324 or 7115207. OLE color: 7115207.

HSL color Cylindrical-coordinate representation of color #C7916C: hue angle of 24.4º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7916C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199145108-
CMYK00.270.460.22
HSL24.4º44.83%60.2%-
HSV(B)24.4º45.73%78.04%-
XYZ36.3933.4818.73-
YUV156.93100.39158.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=44.03%
G=32.08%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914510800.270.460.2224.444.8360.2
HexC7916C01B2E16182d3c
Octal3072211540335626305574
Binary110001111001000111011000110111011101011011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7916C; }

 p { color: rgb(199,145,108); }

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

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

 a { background-color: rgb(199,145,108); }

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

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

 span { border-color: rgb(199,145,108); }

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