Html Css Color HEX #C48962 Whiskey

📋 copy color: '#C48962'

red 196 ◦ green 137 ◦ blue 98

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

Shades of Whiskey #C48962

Tints of Whiskey #C48962

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 45.48%
G = 31.79%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C48962 (or 0xC48962) is known color: Whiskey. HEX triplet: C4, 89 and 62. RGB value is (196,137,98). Sum of RGB (Red+Green+Blue) = 196+137+98=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48962 is #3B769D. Grayscale: #969696. Windows color (decimal): -3896990 or 6457796. OLE color: 6457796.

HSL color Cylindrical-coordinate representation of color #C48962: hue angle of 23.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C48962 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 98 -
CMYK 0 0.30 0.5 0.23
HSL 23.88º 0.45% 0.58% -
HSV(B) 23.88º 0.5% 0.77% -
XYZ 33.92 30.51 15.66 -
YUV 150.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 196 137 98 0 0.30 0.5 0.23 23.88 0.45 0.58
Hex C4 89 62 0 1E 32 17 18 2D 3A
Octal 304 211 142 0 36 62 27 30 55 72
Binary 11000100 10001001 1100010 0 11110 110010 10111 11000 101101 111010

Color Harmonies of #C48962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48962

Black with #C48962

Text Example


Text Example

White with #C48962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48962; }

 p { color: rgb(196,137,98); }

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

background-color css

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

 a { background-color: rgb(196,137,98); }

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

border-color css

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

 span { border-color: rgb(196,137,98); }

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