Html Css Color HEX #C99661 Whiskey

📋 copy color: '#C99661'

red 201 ◦ green 150 ◦ blue 97

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

Shades of Whiskey #C99661

Tints of Whiskey #C99661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 44.87%
G = 33.48%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C99661 (or 0xC99661) is known color: Whiskey. HEX triplet: C9, 96 and 61. RGB value is (201,150,97). Sum of RGB (Red+Green+Blue) = 201+150+97=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99661 is #36699E. Grayscale: #9F9F9F. Windows color (decimal): -3565983 or 6395593. OLE color: 6395593.

HSL color Cylindrical-coordinate representation of color #C99661: hue angle of 30.58º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99661 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 97 -
CMYK 0 0.25 0.52 0.21
HSL 30.58º 0.49% 0.58% -
HSV(B) 30.58º 0.52% 0.79% -
XYZ 37.15 35.09 16.12 -
YUV 159.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 201 150 97 0 0.25 0.52 0.21 30.58 0.49 0.58
Hex C9 96 61 0 19 34 15 1F 31 3A
Octal 311 226 141 0 31 64 25 37 61 72
Binary 11001001 10010110 1100001 0 11001 110100 10101 11111 110001 111010

Color Harmonies of #C99661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99661

Black with #C99661

Text Example


Text Example

White with #C99661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99661; }

 p { color: rgb(201,150,97); }

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

background-color css

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

 a { background-color: rgb(201,150,97); }

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

border-color css

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

 span { border-color: rgb(201,150,97); }

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