Html Css Color HEX #C78A5C Whiskey

📋 copy color: '#C78A5C'

red 199 ◦ green 138 ◦ blue 92

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

Shades of Whiskey #C78A5C

Tints of Whiskey #C78A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 46.39%
G = 32.17%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C78A5C (or 0xC78A5C) is known color: Whiskey. HEX triplet: C7, 8A and 5C. RGB value is (199,138,92). Sum of RGB (Red+Green+Blue) = 199+138+92=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78A5C is #3875A3. Grayscale: #979797. Windows color (decimal): -3700132 or 6064839. OLE color: 6064839.

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

Color convert

RGB 199 138 92 -
CMYK 0 0.31 0.54 0.22
HSL 25.79º 0.49% 0.57% -
HSV(B) 25.79º 0.54% 0.78% -
XYZ 34.57 31.09 14.3 -
YUV 151 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 199 138 92 0 0.31 0.54 0.22 25.79 0.49 0.57
Hex C7 8A 5C 0 1F 36 16 1A 31 39
Octal 307 212 134 0 37 66 26 32 61 71
Binary 11000111 10001010 1011100 0 11111 110110 10110 11010 110001 111001

Color Harmonies of #C78A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78A5C

Black with #C78A5C

Text Example


Text Example

White with #C78A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78A5C; }

 p { color: rgb(199,138,92); }

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

background-color css

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

 a { background-color: rgb(199,138,92); }

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

border-color css

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

 span { border-color: rgb(199,138,92); }

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