Html Css Color HEX #C08963 Whiskey

📋 copy color: '#C08963'

red 192 ◦ green 137 ◦ blue 99

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

Shades of Whiskey #C08963

Tints of Whiskey #C08963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 44.86%
G = 32.01%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08963 (or 0xC08963) is known color: Whiskey. HEX triplet: C0, 89 and 63. RGB value is (192,137,99). Sum of RGB (Red+Green+Blue) = 192+137+99=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08963 is #3F769C. Grayscale: #959595. Windows color (decimal): -4159133 or 6523328. OLE color: 6523328.

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

Color convert

RGB 192 137 99 -
CMYK 0 0.29 0.48 0.25
HSL 24.52º 0.42% 0.57% -
HSV(B) 24.52º 0.48% 0.75% -
XYZ 32.94 30 15.86 -
YUV 149.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 192 137 99 0 0.29 0.48 0.25 24.52 0.42 0.57
Hex C0 89 63 0 1D 30 19 19 2A 39
Octal 300 211 143 0 35 60 31 31 52 71
Binary 11000000 10001001 1100011 0 11101 110000 11001 11001 101010 111001

Color Harmonies of #C08963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08963

Black with #C08963

Text Example


Text Example

White with #C08963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08963; }

 p { color: rgb(192,137,99); }

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

background-color css

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

 a { background-color: rgb(192,137,99); }

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

border-color css

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

 span { border-color: rgb(192,137,99); }

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