#C99269

Color #C99269 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #C99269

Tints of Whiskey #C99269

Color information

#C99269 (or 0xC99269) is unknown color: approx Whiskey. HEX triplet: C9, 92 and 69. RGB value is (201,146,105). Sum of RGB (Red+Green+Blue) = 201+146+105=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C99269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99269 is #366D96. Grayscale: #9D9D9D. Windows color (decimal): -3566999 or 6918857. OLE color: 6918857.

HSL color Cylindrical-coordinate representation of color #C99269: hue angle of 25.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C99269 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201146105-
CMYK00.270.480.21
HSL25.63º47.06%60%-
HSV(B)25.63º47.76%78.82%-
XYZ36.923417.98-
YUV157.7798.22158.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=44.47%
G=32.30%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114610500.270.480.2125.6347.0660
HexC9926901B30151a2f3c
Octal3112221510336025325774
Binary110010011001001011010010110111100001010111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99269; }

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

 H1.HeaderClassName
 {
   color: #C99269;
 }
 .AnyTagClassName
 {
   color: #C99269;
 }
</style>
background-color css

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

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

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

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

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

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