Html Css Color HEX #C7916C Whiskey

📋 copy color: '#C7916C'

red 199 ◦ green 145 ◦ blue 108

#C7916C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #C7916C

Tints of Whiskey #C7916C

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7916C (or 0xC7916C) is known color: 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

RGB 199 145 108 -
CMYK 0 0.27 0.46 0.22
HSL 24.4º 0.45% 0.6% -
HSV(B) 24.4º 0.46% 0.78% -
XYZ 36.39 33.48 18.73 -
YUV 156.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 199 145 108 0 0.27 0.46 0.22 24.4 0.45 0.6
Hex C7 91 6C 0 1B 2E 16 18 2D 3C
Octal 307 221 154 0 33 56 26 30 55 74
Binary 11000111 10010001 1101100 0 11011 101110 10110 11000 101101 111100

Color Harmonies of #C7916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7916C

Black with #C7916C

Text Example


Text Example

White with #C7916C

Text Example


Text Example

HTML Codes & Css Web 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>