#CEB1BD

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

Shades of Maverick #CEB1BD

Tints of Maverick #CEB1BD

Color information

#CEB1BD (or 0xCEB1BD) is unknown color: approx Maverick. HEX triplet: CE, B1 and BD. RGB value is (206,177,189). Sum of RGB (Red+Green+Blue) = 206+177+189=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1BD is #314E42. Grayscale: #BBBBBB. Windows color (decimal): -3231299 or 12431822. OLE color: 12431822.

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

Color convert

RGB206177189-
CMYK00.140.080.19
HSL335.17º22.83%75.1%-
HSV(B)335.17º14.08%80.78%-
XYZ50.3648.2454.8-
YUV187.04129.11141.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=36.01%
G=30.94%
B=33.04%

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
Decimal20617718900.140.080.19335.1722.8375.1
HexCEB1BD0E81314f174b
Octal316261275016102351727113
Binary11001110101100011011110101110100010011101001111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1BD; }

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

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

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

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

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

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

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

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