Html Css Color HEX #C48A65 Whiskey

📋 copy color: '#C48A65'

red 196 ◦ green 138 ◦ blue 101

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

Shades of Whiskey #C48A65

Tints of Whiskey #C48A65

RGB

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

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

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

R = 45.06%
G = 31.72%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48A65 (or 0xC48A65) is known color: Whiskey. HEX triplet: C4, 8A and 65. RGB value is (196,138,101). Sum of RGB (Red+Green+Blue) = 196+138+101=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A65 is #3B759A. Grayscale: #979797. Windows color (decimal): -3896731 or 6654660. OLE color: 6654660.

HSL color Cylindrical-coordinate representation of color #C48A65: hue angle of 23.37º 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 #C48A65 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 101 -
CMYK 0 0.30 0.48 0.23
HSL 23.37º 0.45% 0.58% -
HSV(B) 23.37º 0.48% 0.77% -
XYZ 34.2 30.85 16.46 -
YUV 151.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 196 138 101 0 0.30 0.48 0.23 23.37 0.45 0.58
Hex C4 8A 65 0 1E 30 17 17 2D 3A
Octal 304 212 145 0 36 60 27 27 55 72
Binary 11000100 10001010 1100101 0 11110 110000 10111 10111 101101 111010

Color Harmonies of #C48A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A65

Black with #C48A65

Text Example


Text Example

White with #C48A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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