#CEB1BE

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

Shades of Maverick #CEB1BE

Tints of Maverick #CEB1BE

Color information

#CEB1BE (or 0xCEB1BE) is unknown color: approx Maverick. HEX triplet: CE, B1 and BE. RGB value is (206,177,190). Sum of RGB (Red+Green+Blue) = 206+177+190=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1BE is #314E41. Grayscale: #BBBBBB. Windows color (decimal): -3231298 or 12497358. OLE color: 12497358.

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

Color convert

RGB206177190-
CMYK00.140.080.19
HSL333.1º22.83%75.1%-
HSV(B)333.1º14.08%80.78%-
XYZ50.4748.2855.37-
YUV187.15129.61141.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=35.95%
G=30.89%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617719000.140.080.19333.122.8375.1
HexCEB1BE0E81314d174b
Octal316261276016102351527113
Binary11001110101100011011111001110100010011101001101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1BE; }

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

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

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

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

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

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

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

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