#CEB3C5

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

Shades of Maverick #CEB3C5

Tints of Maverick #CEB3C5

Color information

#CEB3C5 (or 0xCEB3C5) is unknown color: approx Maverick. HEX triplet: CE, B3 and C5. RGB value is (206,179,197). Sum of RGB (Red+Green+Blue) = 206+179+197=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C5 is #314C3A. Grayscale: #BDBDBD. Windows color (decimal): -3230779 or 12956622. OLE color: 12956622.

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

Color convert

RGB206179197-
CMYK00.130.040.19
HSL320º21.6%75.49%-
HSV(B)320º13.11%80.78%-
XYZ51.6549.3959.63-
YUV189.12132.45140.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=35.40%
G=30.76%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617919700.130.040.1932021.675.49
HexCEB3C50D413140164b
Octal31626330501542350026113
Binary1100111010110011110001010110110010011101000000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3C5; }

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

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

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

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

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

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

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

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