#CE976C

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

Shades of Whiskey #CE976C

Tints of Whiskey #CE976C

Color information

#CE976C (or 0xCE976C) is unknown color: approx Whiskey. HEX triplet: CE, 97 and 6C. RGB value is (206,151,108). Sum of RGB (Red+Green+Blue) = 206+151+108=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976C is #316893. Grayscale: #A2A2A2. Windows color (decimal): -3238036 or 7116750. OLE color: 7116750.

HSL color Cylindrical-coordinate representation of color #CE976C: hue angle of 26.33º 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 #CE976C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206151108-
CMYK00.270.480.19
HSL26.33º50%61.57%-
HSV(B)26.33º47.57%80.78%-
XYZ39.2336.3419.13-
YUV162.5497.22159-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=44.30%
G=32.47%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615110800.270.480.1926.335061.57
HexCE976C01B30131a323e
Octal3162271540336023326276
Binary110011101001011111011000110111100001001111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE976C; }

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

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

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

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

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

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

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

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