#CE9069

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

Shades of Whiskey #CE9069

Tints of Whiskey #CE9069

Color information

#CE9069 (or 0xCE9069) is unknown color: approx Whiskey. HEX triplet: CE, 90 and 69. RGB value is (206,144,105). Sum of RGB (Red+Green+Blue) = 206+144+105=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9069 is #316F96. Grayscale: #9E9E9E. Windows color (decimal): -3239831 or 6918350. OLE color: 6918350.

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

Color convert

RGB206144105-
CMYK00.300.490.19
HSL23.17º50.75%60.98%-
HSV(B)23.17º49.03%80.78%-
XYZ37.9834.0917.94-
YUV158.0998.04162.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=45.27%
G=31.65%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614410500.300.490.1923.1750.7560.98
HexCE906901E311317333d
Octal3162201510366123276375
Binary110011101001000011010010111101100011001110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9069; }

 p { color: rgb(206,144,105); }

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

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

 a { background-color: rgb(206,144,105); }

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

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

 span { border-color: rgb(206,144,105); }

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