Html Css Color HEX #C98D61 Whiskey

📋 copy color: '#C98D61'

red 201 ◦ green 141 ◦ blue 97

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

Shades of Whiskey #C98D61

Tints of Whiskey #C98D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 45.79%
G = 32.12%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C98D61 (or 0xC98D61) is known color: Whiskey. HEX triplet: C9, 8D and 61. RGB value is (201,141,97). Sum of RGB (Red+Green+Blue) = 201+141+97=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D61 is #36729E. Grayscale: #9A9A9A. Windows color (decimal): -3568287 or 6393289. OLE color: 6393289.

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

Color convert

RGB 201 141 97 -
CMYK 0 0.30 0.52 0.21
HSL 25.38º 0.49% 0.58% -
HSV(B) 25.38º 0.52% 0.79% -
XYZ 35.77 32.33 15.66 -
YUV 153.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 201 141 97 0 0.30 0.52 0.21 25.38 0.49 0.58
Hex C9 8D 61 0 1E 34 15 19 31 3A
Octal 311 215 141 0 36 64 25 31 61 72
Binary 11001001 10001101 1100001 0 11110 110100 10101 11001 110001 111010

Color Harmonies of #C98D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D61

Black with #C98D61

Text Example


Text Example

White with #C98D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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