#C28C63

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

Shades of Whiskey #C28C63

Tints of Whiskey #C28C63

Color information

#C28C63 (or 0xC28C63) is unknown color: approx Whiskey. HEX triplet: C2, 8C and 63. RGB value is (194,140,99). Sum of RGB (Red+Green+Blue) = 194+140+99=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C63 is #3D739C. Grayscale: #979797. Windows color (decimal): -4027293 or 6524098. OLE color: 6524098.

HSL color Cylindrical-coordinate representation of color #C28C63: hue angle of 25.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28C63 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19414099-
CMYK00.280.490.24
HSL25.89º43.78%57.45%-
HSV(B)25.89º48.97%76.08%-
XYZ33.8831.1316.03-
YUV151.4798.39158.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=44.80%
G=32.33%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941409900.280.490.2425.8943.7857.45
HexC28C6301C31181a2c39
Octal3022141430346130325471
Binary110000101000110011000110111001100011100011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C63; }

 p { color: rgb(194,140,99); }

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

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

 a { background-color: rgb(194,140,99); }

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

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

 span { border-color: rgb(194,140,99); }

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