Html Css Color HEX #C48B65 Whiskey

📋 copy color: '#C48B65'

red 196 ◦ green 139 ◦ blue 101

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

Shades of Whiskey #C48B65

Tints of Whiskey #C48B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 44.95%
G = 31.88%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48B65 (or 0xC48B65) is known color: Whiskey. HEX triplet: C4, 8B and 65. RGB value is (196,139,101). Sum of RGB (Red+Green+Blue) = 196+139+101=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B65 is #3B749A. Grayscale: #979797. Windows color (decimal): -3896475 or 6654916. OLE color: 6654916.

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

Color convert

RGB 196 139 101 -
CMYK 0 0.29 0.48 0.23
HSL 24º 0.45% 0.58% -
HSV(B) 24º 0.48% 0.77% -
XYZ 34.35 31.14 16.51 -
YUV 151.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 196 139 101 0 0.29 0.48 0.23 24 0.45 0.58
Hex C4 8B 65 0 1D 30 17 18 2D 3A
Octal 304 213 145 0 35 60 27 30 55 72
Binary 11000100 10001011 1100101 0 11101 110000 10111 11000 101101 111010

Color Harmonies of #C48B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B65

Black with #C48B65

Text Example


Text Example

White with #C48B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B65; }

 p { color: rgb(196,139,101); }

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

background-color css

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

 a { background-color: rgb(196,139,101); }

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

border-color css

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

 span { border-color: rgb(196,139,101); }

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