#CEB3C9

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

Shades of Maverick #CEB3C9

Tints of Maverick #CEB3C9

Color information

#CEB3C9 (or 0xCEB3C9) is unknown color: approx Maverick. HEX triplet: CE, B3 and C9. RGB value is (206,179,201). Sum of RGB (Red+Green+Blue) = 206+179+201=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C9 is #314C36. Grayscale: #BDBDBD. Windows color (decimal): -3230775 or 13218766. OLE color: 13218766.

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

Color convert

RGB206179201-
CMYK00.130.020.19
HSL311.11º21.6%75.49%-
HSV(B)311.11º13.11%80.78%-
XYZ52.1249.5862.08-
YUV189.58134.45139.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=35.15%
G=30.55%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617920100.130.020.19311.1121.675.49
HexCEB3C90D213137164b
Octal31626331101522346726113
Binary110011101011001111001001011011010011100110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3C9; }

 p { color: rgb(206,179,201); }

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

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

 a { background-color: rgb(206,179,201); }

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

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

 span { border-color: rgb(206,179,201); }

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