#CEB1C6

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

Shades of Maverick #CEB1C6

Tints of Maverick #CEB1C6

Color information

#CEB1C6 (or 0xCEB1C6) is unknown color: approx Maverick. HEX triplet: CE, B1 and C6. RGB value is (206,177,198). Sum of RGB (Red+Green+Blue) = 206+177+198=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1C6 is #314E39. Grayscale: #BCBCBC. Windows color (decimal): -3231290 or 13021646. OLE color: 13021646.

HSL color Cylindrical-coordinate representation of color #CEB1C6: hue angle of 316.55º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB1C6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206177198-
CMYK00.140.040.19
HSL316.55º22.83%75.1%-
HSV(B)316.55º14.08%80.78%-
XYZ51.3748.6460.11-
YUV188.06133.61140.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=35.46%
G=30.46%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617719800.140.040.19316.5522.8375.1
HexCEB1C60E41313d174b
Octal31626130601642347527113
Binary1100111010110001110001100111010010011100111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1C6; }

 p { color: rgb(206,177,198); }

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

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

 a { background-color: rgb(206,177,198); }

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

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

 span { border-color: rgb(206,177,198); }

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