#CE976B

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

Shades of Whiskey #CE976B

Tints of Whiskey #CE976B

Color information

#CE976B (or 0xCE976B) is unknown color: approx Whiskey. HEX triplet: CE, 97 and 6B. RGB value is (206,151,107). Sum of RGB (Red+Green+Blue) = 206+151+107=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976B is #316894. Grayscale: #A2A2A2. Windows color (decimal): -3238037 or 7051214. OLE color: 7051214.

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

Color convert

RGB206151107-
CMYK00.270.480.19
HSL26.67º50.25%61.37%-
HSV(B)26.67º48.06%80.78%-
XYZ39.1736.3218.86-
YUV162.4396.72159.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=44.40%
G=32.54%
B=23.06%

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
Decimal20615110700.270.480.1926.6750.2561.37
HexCE976B01B30131b323d
Octal3162271530336023336275
Binary110011101001011111010110110111100001001111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE976B; }

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

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

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

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

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

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

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

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