Html Css Color HEX #C98B5D Whiskey

📋 copy color: '#C98B5D'

red 201 ◦ green 139 ◦ blue 93

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

Shades of Whiskey #C98B5D

Tints of Whiskey #C98B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 46.42%
G = 32.1%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C98B5D (or 0xC98B5D) is known color: Whiskey. HEX triplet: C9, 8B and 5D. RGB value is (201,139,93). Sum of RGB (Red+Green+Blue) = 201+139+93=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B5D is #3674A2. Grayscale: #989898. Windows color (decimal): -3568803 or 6130633. OLE color: 6130633.

HSL color Cylindrical-coordinate representation of color #C98B5D: hue angle of 25.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C98B5D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 93 -
CMYK 0 0.31 0.54 0.21
HSL 25.56º 0.5% 0.58% -
HSV(B) 25.56º 0.54% 0.79% -
XYZ 35.3 31.67 14.61 -
YUV 152.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 201 139 93 0 0.31 0.54 0.21 25.56 0.5 0.58
Hex C9 8B 5D 0 1F 36 15 1A 32 3A
Octal 311 213 135 0 37 66 25 32 62 72
Binary 11001001 10001011 1011101 0 11111 110110 10101 11010 110010 111010

Color Harmonies of #C98B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B5D

Black with #C98B5D

Text Example


Text Example

White with #C98B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B5D; }

 p { color: rgb(201,139,93); }

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

background-color css

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

 a { background-color: rgb(201,139,93); }

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

border-color css

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

 span { border-color: rgb(201,139,93); }

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