Html Css Color HEX #C98E63 Whiskey

📋 copy color: '#C98E63'

red 201 ◦ green 142 ◦ blue 99

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

Shades of Whiskey #C98E63

Tints of Whiskey #C98E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

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

R = 45.48%
G = 32.13%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C98E63 (or 0xC98E63) is known color: Whiskey. HEX triplet: C9, 8E and 63. RGB value is (201,142,99). Sum of RGB (Red+Green+Blue) = 201+142+99=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E63 is #36719C. Grayscale: #9A9A9A. Windows color (decimal): -3568029 or 6524617. OLE color: 6524617.

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

Color convert

RGB 201 142 99 -
CMYK 0 0.29 0.51 0.21
HSL 25.29º 0.49% 0.59% -
HSV(B) 25.29º 0.51% 0.79% -
XYZ 36.01 32.66 16.21 -
YUV 154.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 201 142 99 0 0.29 0.51 0.21 25.29 0.49 0.59
Hex C9 8E 63 0 1D 33 15 19 31 3B
Octal 311 216 143 0 35 63 25 31 61 73
Binary 11001001 10001110 1100011 0 11101 110011 10101 11001 110001 111011

Color Harmonies of #C98E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E63

Black with #C98E63

Text Example


Text Example

White with #C98E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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