Html Css Color HEX #C48F67 Whiskey

📋 copy color: '#C48F67'

red 196 ◦ green 143 ◦ blue 103

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

Shades of Whiskey #C48F67

Tints of Whiskey #C48F67

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

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

R = 44.34%
G = 32.35%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48F67 (or 0xC48F67) is known color: Whiskey. HEX triplet: C4, 8F and 67. RGB value is (196,143,103). Sum of RGB (Red+Green+Blue) = 196+143+103=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F67 is #3B7098. Grayscale: #9A9A9A. Windows color (decimal): -3895449 or 6787012. OLE color: 6787012.

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

Color convert

RGB 196 143 103 -
CMYK 0 0.27 0.47 0.23
HSL 25.81º 0.44% 0.59% -
HSV(B) 25.81º 0.47% 0.77% -
XYZ 35.04 32.36 17.23 -
YUV 154.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 196 143 103 0 0.27 0.47 0.23 25.81 0.44 0.59
Hex C4 8F 67 0 1B 2F 17 1A 2C 3B
Octal 304 217 147 0 33 57 27 32 54 73
Binary 11000100 10001111 1100111 0 11011 101111 10111 11010 101100 111011

Color Harmonies of #C48F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F67

Black with #C48F67

Text Example


Text Example

White with #C48F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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