Html Css Color HEX #C98C63 Whiskey

📋 copy color: '#C98C63'

red 201 ◦ green 140 ◦ blue 99

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

Shades of Whiskey #C98C63

Tints of Whiskey #C98C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 45.68%
G = 31.82%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C98C63 (or 0xC98C63) is known color: Whiskey. HEX triplet: C9, 8C and 63. RGB value is (201,140,99). Sum of RGB (Red+Green+Blue) = 201+140+99=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C63 is #36739C. Grayscale: #999999. Windows color (decimal): -3568541 or 6524105. OLE color: 6524105.

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

Color convert

RGB 201 140 99 -
CMYK 0 0.30 0.51 0.21
HSL 24.12º 0.49% 0.59% -
HSV(B) 24.12º 0.51% 0.79% -
XYZ 35.72 32.07 16.11 -
YUV 153.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 201 140 99 0 0.30 0.51 0.21 24.12 0.49 0.59
Hex C9 8C 63 0 1E 33 15 18 31 3B
Octal 311 214 143 0 36 63 25 30 61 73
Binary 11001001 10001100 1100011 0 11110 110011 10101 11000 110001 111011

Color Harmonies of #C98C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C63

Black with #C98C63

Text Example


Text Example

White with #C98C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C63; }

 p { color: rgb(201,140,99); }

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

background-color css

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

 a { background-color: rgb(201,140,99); }

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

border-color css

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

 span { border-color: rgb(201,140,99); }

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