#CEB3C1

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

Shades of Maverick #CEB3C1

Tints of Maverick #CEB3C1

Color information

#CEB3C1 (or 0xCEB3C1) is unknown color: approx Maverick. HEX triplet: CE, B3 and C1. RGB value is (206,179,193). Sum of RGB (Red+Green+Blue) = 206+179+193=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C1 is #314C3E. Grayscale: #BCBCBC. Windows color (decimal): -3230783 or 12694478. OLE color: 12694478.

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

Color convert

RGB206179193-
CMYK00.130.060.19
HSL328.89º21.6%75.49%-
HSV(B)328.89º13.11%80.78%-
XYZ51.249.2157.25-
YUV188.67130.45140.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=35.64%
G=30.97%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617919300.130.060.19328.8921.675.49
HexCEB3C10D613149164b
Octal31626330101562351126113
Binary1100111010110011110000010110111010011101001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3C1; }

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

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

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

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

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

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

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

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