#CE956C

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

Shades of Whiskey #CE956C

Tints of Whiskey #CE956C

Color information

#CE956C (or 0xCE956C) is unknown color: approx Whiskey. HEX triplet: CE, 95 and 6C. RGB value is (206,149,108). Sum of RGB (Red+Green+Blue) = 206+149+108=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956C is #316A93. Grayscale: #A1A1A1. Windows color (decimal): -3238548 or 7116238. OLE color: 7116238.

HSL color Cylindrical-coordinate representation of color #CE956C: hue angle of 25.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE956C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206149108-
CMYK00.280.480.19
HSL25.1º50%61.57%-
HSV(B)25.1º47.57%80.78%-
XYZ38.9135.719.03-
YUV161.3797.88159.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=44.49%
G=32.18%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614910800.280.480.1925.15061.57
HexCE956C01C301319323e
Octal3162251540346023316276
Binary110011101001010111011000111001100001001111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE956C; }

 p { color: rgb(206,149,108); }

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

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

 a { background-color: rgb(206,149,108); }

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

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

 span { border-color: rgb(206,149,108); }

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