Html Css Color HEX #C98B5B Whiskey

📋 copy color: '#C98B5B'

red 201 ◦ green 139 ◦ blue 91

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

Shades of Whiskey #C98B5B

Tints of Whiskey #C98B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 46.64%
G = 32.25%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C98B5B (or 0xC98B5B) is known color: Whiskey. HEX triplet: C9, 8B and 5B. RGB value is (201,139,91). Sum of RGB (Red+Green+Blue) = 201+139+91=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B5B is #3674A4. Grayscale: #989898. Windows color (decimal): -3568805 or 5999561. OLE color: 5999561.

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

Color convert

RGB 201 139 91 -
CMYK 0 0.31 0.55 0.21
HSL 26.18º 0.5% 0.57% -
HSV(B) 26.18º 0.55% 0.79% -
XYZ 35.21 31.64 14.15 -
YUV 152.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 201 139 91 0 0.31 0.55 0.21 26.18 0.5 0.57
Hex C9 8B 5B 0 1F 37 15 1A 32 39
Octal 311 213 133 0 37 67 25 32 62 71
Binary 11001001 10001011 1011011 0 11111 110111 10101 11010 110010 111001

Color Harmonies of #C98B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B5B

Black with #C98B5B

Text Example


Text Example

White with #C98B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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