Html Css Color HEX #C98D6A Whiskey

📋 copy color: '#C98D6A'

red 201 ◦ green 141 ◦ blue 106

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

Shades of Whiskey #C98D6A

Tints of Whiskey #C98D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 44.87%
G = 31.47%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C98D6A (or 0xC98D6A) is known color: Whiskey. HEX triplet: C9, 8D and 6A. RGB value is (201,141,106). Sum of RGB (Red+Green+Blue) = 201+141+106=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D6A is #367295. Grayscale: #9B9B9B. Windows color (decimal): -3568278 or 6983113. OLE color: 6983113.

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

Color convert

RGB 201 141 106 -
CMYK 0 0.30 0.47 0.21
HSL 22.11º 0.47% 0.6% -
HSV(B) 22.11º 0.47% 0.79% -
XYZ 36.21 32.51 18 -
YUV 154.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 201 141 106 0 0.30 0.47 0.21 22.11 0.47 0.6
Hex C9 8D 6A 0 1E 2F 15 16 2F 3C
Octal 311 215 152 0 36 57 25 26 57 74
Binary 11001001 10001101 1101010 0 11110 101111 10101 10110 101111 111100

Color Harmonies of #C98D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D6A

Black with #C98D6A

Text Example


Text Example

White with #C98D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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