Html Css Color HEX #C99064 Whiskey

📋 copy color: '#C99064'

red 201 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #C99064

Tints of Whiskey #C99064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.36%

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

R = 45.17%
G = 32.36%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C99064 (or 0xC99064) is known color: Whiskey. HEX triplet: C9, 90 and 64. RGB value is (201,144,100). Sum of RGB (Red+Green+Blue) = 201+144+100=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C99064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99064 is #366F9B. Grayscale: #9C9C9C. Windows color (decimal): -3567516 or 6590665. OLE color: 6590665.

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

Color convert

RGB 201 144 100 -
CMYK 0 0.28 0.50 0.21
HSL 26.14º 0.48% 0.59% -
HSV(B) 26.14º 0.5% 0.79% -
XYZ 36.36 33.28 16.56 -
YUV 156.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 201 144 100 0 0.28 0.50 0.21 26.14 0.48 0.59
Hex C9 90 64 0 1C 32 15 1A 30 3B
Octal 311 220 144 0 34 62 25 32 60 73
Binary 11001001 10010000 1100100 0 11100 110010 10101 11010 110000 111011

Color Harmonies of #C99064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99064

Black with #C99064

Text Example


Text Example

White with #C99064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99064; }

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

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

background-color css

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

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

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

border-color css

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

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

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