#CE906B

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

Shades of Whiskey #CE906B

Tints of Whiskey #CE906B

Color information

#CE906B (or 0xCE906B) is unknown color: approx Whiskey. HEX triplet: CE, 90 and 6B. RGB value is (206,144,107). Sum of RGB (Red+Green+Blue) = 206+144+107=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906B is #316F94. Grayscale: #9E9E9E. Windows color (decimal): -3239829 or 7049422. OLE color: 7049422.

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

Color convert

RGB206144107-
CMYK00.300.480.19
HSL22.42º50.25%61.37%-
HSV(B)22.42º48.06%80.78%-
XYZ38.0834.1318.49-
YUV158.3299.04162.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=45.08%
G=31.51%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614410700.300.480.1922.4250.2561.37
HexCE906B01E301316323d
Octal3162201530366023266275
Binary110011101001000011010110111101100001001110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE906B; }

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

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

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

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

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

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

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

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