Html Css Color HEX #C08B67 Whiskey

📋 copy color: '#C08B67'

red 192 ◦ green 139 ◦ blue 103

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

Shades of Whiskey #C08B67

Tints of Whiskey #C08B67

RGB

 RED value IS 192 (75.39% from 255) = 44.24%

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

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

R = 44.24%
G = 32.03%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08B67 (or 0xC08B67) is known color: Whiskey. HEX triplet: C0, 8B and 67. RGB value is (192,139,103). Sum of RGB (Red+Green+Blue) = 192+139+103=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B67 is #3F7498. Grayscale: #969696. Windows color (decimal): -4158617 or 6785984. OLE color: 6785984.

HSL color Cylindrical-coordinate representation of color #C08B67: hue angle of 24.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08B67 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 139 103 -
CMYK 0 0.28 0.46 0.25
HSL 24.27º 0.41% 0.58% -
HSV(B) 24.27º 0.46% 0.75% -
XYZ 33.42 30.65 16.99 -
YUV 150.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 192 139 103 0 0.28 0.46 0.25 24.27 0.41 0.58
Hex C0 8B 67 0 1C 2E 19 18 29 3A
Octal 300 213 147 0 34 56 31 30 51 72
Binary 11000000 10001011 1100111 0 11100 101110 11001 11000 101001 111010

Color Harmonies of #C08B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B67

Black with #C08B67

Text Example


Text Example

White with #C08B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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