#CEABBA

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

Shades of Maverick #CEABBA

Tints of Maverick #CEABBA

Color information

#CEABBA (or 0xCEABBA) is unknown color: approx Maverick. HEX triplet: CE, AB and BA. RGB value is (206,171,186). Sum of RGB (Red+Green+Blue) = 206+171+186=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABBA is #315445. Grayscale: #B7B7B7. Windows color (decimal): -3232838 or 12233678. OLE color: 12233678.

HSL color Cylindrical-coordinate representation of color #CEABBA: hue angle of 334.29º degrees, saturation: 0.26, 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 #CEABBA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206171186-
CMYK00.170.100.19
HSL334.29º26.32%73.92%-
HSV(B)334.29º16.99%80.78%-
XYZ48.8845.7952.72-
YUV183.18129.6144.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=36.59%
G=30.37%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617118600.170.100.19334.2926.3273.92
HexCEABBA011A1314e1a4a
Octal316253272021122351632112
Binary110011101010101110111010010001101010011101001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABBA; }

 p { color: rgb(206,171,186); }

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

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

 a { background-color: rgb(206,171,186); }

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

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

 span { border-color: rgb(206,171,186); }

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