Html Css Color HEX #C48B67 Whiskey

📋 copy color: '#C48B67'

red 196 ◦ green 139 ◦ blue 103

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

Shades of Whiskey #C48B67

Tints of Whiskey #C48B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.52%

R = 44.75%
G = 31.74%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48B67 (or 0xC48B67) is known color: Whiskey. HEX triplet: C4, 8B and 67. RGB value is (196,139,103). Sum of RGB (Red+Green+Blue) = 196+139+103=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B67 is #3B7498. Grayscale: #989898. Windows color (decimal): -3896473 or 6785988. OLE color: 6785988.

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

Color convert

RGB 196 139 103 -
CMYK 0 0.29 0.47 0.23
HSL 23.23º 0.44% 0.59% -
HSV(B) 23.23º 0.47% 0.77% -
XYZ 34.45 31.18 17.03 -
YUV 151.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 196 139 103 0 0.29 0.47 0.23 23.23 0.44 0.59
Hex C4 8B 67 0 1D 2F 17 17 2C 3B
Octal 304 213 147 0 35 57 27 27 54 73
Binary 11000100 10001011 1100111 0 11101 101111 10111 10111 101100 111011

Color Harmonies of #C48B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B67

Black with #C48B67

Text Example


Text Example

White with #C48B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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