Html Css Color HEX #C99063 Whiskey

📋 copy color: '#C99063'

red 201 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #C99063

Tints of Whiskey #C99063

RGB

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

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

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

R = 45.27%
G = 32.43%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C99063 (or 0xC99063) is known color: Whiskey. HEX triplet: C9, 90 and 63. RGB value is (201,144,99). Sum of RGB (Red+Green+Blue) = 201+144+99=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C99063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99063 is #366F9C. Grayscale: #9C9C9C. Windows color (decimal): -3567517 or 6525129. OLE color: 6525129.

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

Color convert

RGB 201 144 99 -
CMYK 0 0.28 0.51 0.21
HSL 26.47º 0.49% 0.59% -
HSV(B) 26.47º 0.51% 0.79% -
XYZ 36.31 33.26 16.31 -
YUV 155.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 201 144 99 0 0.28 0.51 0.21 26.47 0.49 0.59
Hex C9 90 63 0 1C 33 15 1A 31 3B
Octal 311 220 143 0 34 63 25 32 61 73
Binary 11001001 10010000 1100011 0 11100 110011 10101 11010 110001 111011

Color Harmonies of #C99063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99063

Black with #C99063

Text Example


Text Example

White with #C99063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99063; }

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

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

background-color css

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

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

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

border-color css

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

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

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