#C7906C

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

Shades of Whiskey #C7906C

Tints of Whiskey #C7906C

Color information

#C7906C (or 0xC7906C) is unknown color: approx Whiskey. HEX triplet: C7, 90 and 6C. RGB value is (199,144,108). Sum of RGB (Red+Green+Blue) = 199+144+108=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7906C is #386F93. Grayscale: #9C9C9C. Windows color (decimal): -3698580 or 7114951. OLE color: 7114951.

HSL color Cylindrical-coordinate representation of color #C7906C: hue angle of 23.74º 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 #C7906C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199144108-
CMYK00.280.460.22
HSL23.74º44.83%60.2%-
HSV(B)23.74º45.73%78.04%-
XYZ36.2333.1718.68-
YUV156.34100.72158.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=44.12%
G=31.93%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914410800.280.460.2223.7444.8360.2
HexC7906C01C2E16182d3c
Octal3072201540345626305574
Binary110001111001000011011000111001011101011011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7906C; }

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

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

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

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

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

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

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

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