Html Css Color HEX #C99564 Whiskey

📋 copy color: '#C99564'

red 201 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #C99564

Tints of Whiskey #C99564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.11%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 44.67%
G = 33.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C99564 (or 0xC99564) is known color: Whiskey. HEX triplet: C9, 95 and 64. RGB value is (201,149,100). Sum of RGB (Red+Green+Blue) = 201+149+100=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99564 is #366A9B. Grayscale: #9F9F9F. Windows color (decimal): -3566236 or 6591945. OLE color: 6591945.

HSL color Cylindrical-coordinate representation of color #C99564: hue angle of 29.11º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C99564 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 100 -
CMYK 0 0.26 0.50 0.21
HSL 29.11º 0.48% 0.59% -
HSV(B) 29.11º 0.5% 0.79% -
XYZ 37.14 34.83 16.82 -
YUV 158.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 201 149 100 0 0.26 0.50 0.21 29.11 0.48 0.59
Hex C9 95 64 0 1A 32 15 1D 30 3B
Octal 311 225 144 0 32 62 25 35 60 73
Binary 11001001 10010101 1100100 0 11010 110010 10101 11101 110000 111011

Color Harmonies of #C99564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99564

Black with #C99564

Text Example


Text Example

White with #C99564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99564; }

 p { color: rgb(201,149,100); }

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

background-color css

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

 a { background-color: rgb(201,149,100); }

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

border-color css

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

 span { border-color: rgb(201,149,100); }

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