Html Css Color HEX #C78C66 Whiskey

📋 copy color: '#C78C66'

red 199 ◦ green 140 ◦ blue 102

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

Shades of Whiskey #C78C66

Tints of Whiskey #C78C66

RGB

 RED value IS 199 (78.13% from 255) = 45.12%

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 45.12%
G = 31.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C78C66 (or 0xC78C66) is known color: Whiskey. HEX triplet: C7, 8C and 66. RGB value is (199,140,102). Sum of RGB (Red+Green+Blue) = 199+140+102=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C66 is #387399. Grayscale: #999999. Windows color (decimal): -3699610 or 6720711. OLE color: 6720711.

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

Color convert

RGB 199 140 102 -
CMYK 0 0.30 0.49 0.22
HSL 23.51º 0.46% 0.59% -
HSV(B) 23.51º 0.49% 0.78% -
XYZ 35.33 31.86 16.86 -
YUV 153.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 199 140 102 0 0.30 0.49 0.22 23.51 0.46 0.59
Hex C7 8C 66 0 1E 31 16 18 2E 3B
Octal 307 214 146 0 36 61 26 30 56 73
Binary 11000111 10001100 1100110 0 11110 110001 10110 11000 101110 111011

Color Harmonies of #C78C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C66

Black with #C78C66

Text Example


Text Example

White with #C78C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C66; }

 p { color: rgb(199,140,102); }

 H1.HeaderClassName
 {
   color: #C78C66;
 }
 .AnyTagClassName
 {
   color: #C78C66;
 }
</style>

background-color css

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

 a { background-color: rgb(199,140,102); }

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

border-color css

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

 span { border-color: rgb(199,140,102); }

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