#CE915F

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

Shades of Whiskey #CE915F

Tints of Whiskey #CE915F

Color information

#CE915F (or 0xCE915F) is unknown color: approx Whiskey. HEX triplet: CE, 91 and 5F. RGB value is (206,145,95). Sum of RGB (Red+Green+Blue) = 206+145+95=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE915F is #316EA0. Grayscale: #9D9D9D. Windows color (decimal): -3239585 or 6263246. OLE color: 6263246.

HSL color Cylindrical-coordinate representation of color #CE915F: hue angle of 27.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE915F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20614595-
CMYK00.300.540.19
HSL27.03º53.11%59.02%-
HSV(B)27.03º53.88%80.78%-
XYZ37.6434.215.44-
YUV157.5492.71162.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=46.19%
G=32.51%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061459500.300.540.1927.0353.1159.02
HexCE915F01E36131b353b
Octal3162211370366623336573
Binary110011101001000110111110111101101101001111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE915F; }

 p { color: rgb(206,145,95); }

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

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

 a { background-color: rgb(206,145,95); }

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

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

 span { border-color: rgb(206,145,95); }

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