#CEAABF

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

Shades of Maverick #CEAABF

Tints of Maverick #CEAABF

Color information

#CEAABF (or 0xCEAABF) is unknown color: approx Maverick. HEX triplet: CE, AA and BF. RGB value is (206,170,191). Sum of RGB (Red+Green+Blue) = 206+170+191=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAABF is #315540. Grayscale: #B7B7B7. Windows color (decimal): -3233089 or 12561102. OLE color: 12561102.

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

Color convert

RGB206170191-
CMYK00.170.070.19
HSL325º26.87%73.73%-
HSV(B)325º17.48%80.78%-
XYZ49.2345.6355.5-
YUV183.16132.43144.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 33.69%
R=36.33%
G=29.98%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617019100.170.070.1932526.8773.73
HexCEAABF0117131451b4a
Octal31625227702172350533112
Binary11001110101010101011111101000111110011101000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAABF; }

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

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

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

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

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

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

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

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