#CEA3BF

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

Shades of Maverick #CEA3BF

Tints of Maverick #CEA3BF

Color information

#CEA3BF (or 0xCEA3BF) is unknown color: approx Maverick. HEX triplet: CE, A3 and BF. RGB value is (206,163,191). Sum of RGB (Red+Green+Blue) = 206+163+191=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3BF is #315C40. Grayscale: #B2B2B2. Windows color (decimal): -3234881 or 12559310. OLE color: 12559310.

HSL color Cylindrical-coordinate representation of color #CEA3BF: hue angle of 320.93º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA3BF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206163191-
CMYK00.210.070.19
HSL320.93º30.5%72.35%-
HSV(B)320.93º20.87%80.78%-
XYZ47.9543.0855.08-
YUV179.05134.75147.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 191 (75% from 255) = 34.11%
R=36.79%
G=29.11%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616319100.210.070.19320.9330.572.35
HexCEA3BF0157131411e48
Octal31624327702572350136110
Binary11001110101000111011111101010111110011101000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3BF; }

 p { color: rgb(206,163,191); }

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

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

 a { background-color: rgb(206,163,191); }

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

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

 span { border-color: rgb(206,163,191); }

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