#C28B63

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

Shades of Whiskey #C28B63

Tints of Whiskey #C28B63

Color information

#C28B63 (or 0xC28B63) is unknown color: approx Whiskey. HEX triplet: C2, 8B and 63. RGB value is (194,139,99). Sum of RGB (Red+Green+Blue) = 194+139+99=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B63 is #3D749C. Grayscale: #979797. Windows color (decimal): -4027549 or 6523842. OLE color: 6523842.

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

Color convert

RGB19413999-
CMYK00.280.490.24
HSL25.26º43.78%57.45%-
HSV(B)25.26º48.97%76.08%-
XYZ33.7330.8415.98-
YUV150.8898.72158.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=44.91%
G=32.18%
B=22.92%

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
Decimal1941399900.280.490.2425.2643.7857.45
HexC28B6301C3118192c39
Octal3022131430346130315471
Binary110000101000101111000110111001100011100011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B63; }

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

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

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

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

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

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

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

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