#CE9EC2

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

Shades of Maverick #CE9EC2

Tints of Maverick #CE9EC2

Color information

#CE9EC2 (or 0xCE9EC2) is unknown color: approx Maverick. HEX triplet: CE, 9E and C2. RGB value is (206,158,194). Sum of RGB (Red+Green+Blue) = 206+158+194=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EC2 is #31613D. Grayscale: #B0B0B0. Windows color (decimal): -3236158 or 12754638. OLE color: 12754638.

HSL color Cylindrical-coordinate representation of color #CE9EC2: hue angle of 315º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EC2 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206158194-
CMYK00.230.060.19
HSL315º32.88%71.37%-
HSV(B)315º23.3%80.78%-
XYZ47.4241.4756.54-
YUV176.46137.9149.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=36.92%
G=28.32%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615819400.230.060.1931532.8871.37
HexCE9EC201761313b2147
Octal31623630202762347341107
Binary110011101001111011000010010111110100111001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EC2; }

 p { color: rgb(206,158,194); }

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

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

 a { background-color: rgb(206,158,194); }

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

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

 span { border-color: rgb(206,158,194); }

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