Html Css Color HEX #C98D5D Whiskey

📋 copy color: '#C98D5D'

red 201 ◦ green 141 ◦ blue 93

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

Shades of Whiskey #C98D5D

Tints of Whiskey #C98D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

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

R = 46.21%
G = 32.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C98D5D (or 0xC98D5D) is known color: Whiskey. HEX triplet: C9, 8D and 5D. RGB value is (201,141,93). Sum of RGB (Red+Green+Blue) = 201+141+93=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D5D is #3672A2. Grayscale: #999999. Windows color (decimal): -3568291 or 6131145. OLE color: 6131145.

HSL color Cylindrical-coordinate representation of color #C98D5D: hue angle of 26.67º 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 #C98D5D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 93 -
CMYK 0 0.30 0.54 0.21
HSL 26.67º 0.5% 0.58% -
HSV(B) 26.67º 0.54% 0.79% -
XYZ 35.59 32.26 14.71 -
YUV 153.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 201 141 93 0 0.30 0.54 0.21 26.67 0.5 0.58
Hex C9 8D 5D 0 1E 36 15 1B 32 3A
Octal 311 215 135 0 36 66 25 33 62 72
Binary 11001001 10001101 1011101 0 11110 110110 10101 11011 110010 111010

Color Harmonies of #C98D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D5D

Black with #C98D5D

Text Example


Text Example

White with #C98D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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