#c98c6a

Color #C98C6A Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #C98C6A

Tints of Whiskey #C98C6A

Color information

#C98C6A (or 0xC98C6A) is unknown color: approx Whiskey. HEX triplet: C9, 8C and 6A. RGB value is (201,140,106). Sum of RGB (Red+Green+Blue) = 201+140+106=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C6A is #367395. Grayscale: #9A9A9A. Windows color (decimal): -3568534 or 6982857. OLE color: 6982857.

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

Color convert

RGB201140106-
CMYK00.300.470.21
HSL21.47º46.8%60.2%-
HSV(B)21.47º47.26%78.82%-
XYZ36.0732.2117.95-
YUV154.36100.71161.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=44.97%
G=31.32%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114010600.300.470.2121.4746.860.2
HexC98C6A01E2F15152f3c
Octal3112141520365725255774
Binary110010011000110011010100111101011111010110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98c6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98c6a; }

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

 H1.HeaderClassName
 {
   color: #c98c6a;
 }
 .AnyTagClassName
 {
   color: #c98c6a;
 }
</style>
background-color css

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

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

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

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

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

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