Html Css Color HEX #C48C60 Whiskey

📋 copy color: '#C48C60'

red 196 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #C48C60

Tints of Whiskey #C48C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.22%

R = 45.37%
G = 32.41%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48C60 (or 0xC48C60) is known color: Whiskey. HEX triplet: C4, 8C and 60. RGB value is (196,140,96). Sum of RGB (Red+Green+Blue) = 196+140+96=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C60 is #3B739F. Grayscale: #979797. Windows color (decimal): -3896224 or 6327492. OLE color: 6327492.

HSL color Cylindrical-coordinate representation of color #C48C60: hue angle of 26.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48C60 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 96 -
CMYK 0 0.29 0.51 0.23
HSL 26.4º 0.46% 0.57% -
HSV(B) 26.4º 0.51% 0.77% -
XYZ 34.25 31.34 15.31 -
YUV 151.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 196 140 96 0 0.29 0.51 0.23 26.4 0.46 0.57
Hex C4 8C 60 0 1D 33 17 1A 2E 39
Octal 304 214 140 0 35 63 27 32 56 71
Binary 11000100 10001100 1100000 0 11101 110011 10111 11010 101110 111001

Color Harmonies of #C48C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C60

Black with #C48C60

Text Example


Text Example

White with #C48C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C60; }

 p { color: rgb(196,140,96); }

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

background-color css

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

 a { background-color: rgb(196,140,96); }

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

border-color css

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

 span { border-color: rgb(196,140,96); }

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