Html Css Color HEX #C08B66 Whiskey

📋 copy color: '#C08B66'

red 192 ◦ green 139 ◦ blue 102

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

Shades of Whiskey #C08B66

Tints of Whiskey #C08B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 44.34%
G = 32.1%
B = 23.56%

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

#C08B66 (or 0xC08B66) is known color: Whiskey. HEX triplet: C0, 8B and 66. RGB value is (192,139,102). Sum of RGB (Red+Green+Blue) = 192+139+102=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B66 is #3F7499. Grayscale: #969696. Windows color (decimal): -4158618 or 6720448. OLE color: 6720448.

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

Color convert

RGB 192 139 102 -
CMYK 0 0.28 0.47 0.25
HSL 24.67º 0.42% 0.58% -
HSV(B) 24.67º 0.47% 0.75% -
XYZ 33.37 30.63 16.72 -
YUV 150.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 192 139 102 0 0.28 0.47 0.25 24.67 0.42 0.58
Hex C0 8B 66 0 1C 2F 19 19 2A 3A
Octal 300 213 146 0 34 57 31 31 52 72
Binary 11000000 10001011 1100110 0 11100 101111 11001 11001 101010 111010

Color Harmonies of #C08B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B66

Black with #C08B66

Text Example


Text Example

White with #C08B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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