#CEAABB

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

Shades of Maverick #CEAABB

Tints of Maverick #CEAABB

Color information

#CEAABB (or 0xCEAABB) is unknown color: approx Maverick. HEX triplet: CE, AA and BB. RGB value is (206,170,187). Sum of RGB (Red+Green+Blue) = 206+170+187=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAABB is #315544. Grayscale: #B6B6B6. Windows color (decimal): -3233093 or 12298958. OLE color: 12298958.

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

Color convert

RGB206170187-
CMYK00.170.090.19
HSL331.67º26.87%73.73%-
HSV(B)331.67º17.48%80.78%-
XYZ48.845.4653.22-
YUV182.7130.43144.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=36.59%
G=30.20%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617018700.170.090.19331.6726.8773.73
HexCEAABB01191314c1b4a
Octal316252273021112351433112
Binary110011101010101010111011010001100110011101001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAABB; }

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

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

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

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

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

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

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

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