Html Css Color HEX #C98858 Whiskey Sour

📋 copy color: '#C98858'

red 201 ◦ green 136 ◦ blue 88

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

Shades of Whiskey Sour #C98858

Tints of Whiskey Sour #C98858

RGB

 RED value IS 201 (78.91% from 255) = 47.29%

 GREEN value IS 136 (53.52% from 255) = 32%

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 47.29%
G = 32%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C98858 (or 0xC98858) is known color: Whiskey Sour. HEX triplet: C9, 88 and 58. RGB value is (201,136,88). Sum of RGB (Red+Green+Blue) = 201+136+88=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C98858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98858 is #3677A7. Grayscale: #969696. Windows color (decimal): -3569576 or 5802185. OLE color: 5802185.

HSL color Cylindrical-coordinate representation of color #C98858: hue angle of 25.49º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98858 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 88 -
CMYK 0 0.32 0.56 0.21
HSL 25.49º 0.51% 0.57% -
HSV(B) 25.49º 0.56% 0.79% -
XYZ 34.65 30.73 13.34 -
YUV 149.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 201 136 88 0 0.32 0.56 0.21 25.49 0.51 0.57
Hex C9 88 58 0 20 38 15 19 33 39
Octal 311 210 130 0 40 70 25 31 63 71
Binary 11001001 10001000 1011000 0 100000 111000 10101 11001 110011 111001

Color Harmonies of #C98858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98858

Black with #C98858

Text Example


Text Example

White with #C98858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98858; }

 p { color: rgb(201,136,88); }

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

background-color css

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

 a { background-color: rgb(201,136,88); }

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

border-color css

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

 span { border-color: rgb(201,136,88); }

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