Html Css Color HEX #C99265 Whiskey

📋 copy color: '#C99265'

red 201 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #C99265

Tints of Whiskey #C99265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.59%

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 44.87%
G = 32.59%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C99265 (or 0xC99265) is known color: Whiskey. HEX triplet: C9, 92 and 65. RGB value is (201,146,101). Sum of RGB (Red+Green+Blue) = 201+146+101=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99265 is #366D9A. Grayscale: #9D9D9D. Windows color (decimal): -3567003 or 6656713. OLE color: 6656713.

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

Color convert

RGB 201 146 101 -
CMYK 0 0.27 0.50 0.21
HSL 27º 0.48% 0.59% -
HSV(B) 27º 0.5% 0.79% -
XYZ 36.72 33.91 16.92 -
YUV 157.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 201 146 101 0 0.27 0.50 0.21 27 0.48 0.59
Hex C9 92 65 0 1B 32 15 1B 30 3B
Octal 311 222 145 0 33 62 25 33 60 73
Binary 11001001 10010010 1100101 0 11011 110010 10101 11011 110000 111011

Color Harmonies of #C99265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99265

Black with #C99265

Text Example


Text Example

White with #C99265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99265; }

 p { color: rgb(201,146,101); }

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

background-color css

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

 a { background-color: rgb(201,146,101); }

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

border-color css

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

 span { border-color: rgb(201,146,101); }

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