Html Css Color HEX #C08B65 Whiskey

📋 copy color: '#C08B65'

red 192 ◦ green 139 ◦ blue 101

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

Shades of Whiskey #C08B65

Tints of Whiskey #C08B65

RGB

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

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

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

R = 44.44%
G = 32.18%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08B65 (or 0xC08B65) is known color: Whiskey. HEX triplet: C0, 8B and 65. RGB value is (192,139,101). Sum of RGB (Red+Green+Blue) = 192+139+101=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B65 is #3F749A. Grayscale: #969696. Windows color (decimal): -4158619 or 6654912. OLE color: 6654912.

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

Color convert

RGB 192 139 101 -
CMYK 0 0.28 0.47 0.25
HSL 25.05º 0.42% 0.57% -
HSV(B) 25.05º 0.47% 0.75% -
XYZ 33.32 30.61 16.46 -
YUV 150.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 192 139 101 0 0.28 0.47 0.25 25.05 0.42 0.57
Hex C0 8B 65 0 1C 2F 19 19 2A 39
Octal 300 213 145 0 34 57 31 31 52 71
Binary 11000000 10001011 1100101 0 11100 101111 11001 11001 101010 111001

Color Harmonies of #C08B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B65

Black with #C08B65

Text Example


Text Example

White with #C08B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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