#CEA2BF

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

Shades of Maverick #CEA2BF

Tints of Maverick #CEA2BF

Color information

#CEA2BF (or 0xCEA2BF) is unknown color: approx Maverick. HEX triplet: CE, A2 and BF. RGB value is (206,162,191). Sum of RGB (Red+Green+Blue) = 206+162+191=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2BF is #315D40. Grayscale: #B2B2B2. Windows color (decimal): -3235137 or 12559054. OLE color: 12559054.

HSL color Cylindrical-coordinate representation of color #CEA2BF: hue angle of 320.45º degrees, saturation: 0.31, 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 #CEA2BF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206162191-
CMYK00.210.070.19
HSL320.45º30.99%72.16%-
HSV(B)320.45º21.36%80.78%-
XYZ47.7842.7255.02-
YUV178.46135.08147.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 191 (75% from 255) = 34.17%
R=36.85%
G=28.98%
B=34.17%

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
Decimal20616219100.210.070.19320.4530.9972.16
HexCEA2BF0157131401f48
Octal31624227702572350037110
Binary11001110101000101011111101010111110011101000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2BF; }

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

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

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

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

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

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

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

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