#CEB5C6

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

Shades of Maverick #CEB5C6

Tints of Maverick #CEB5C6

Color information

#CEB5C6 (or 0xCEB5C6) is unknown color: approx Maverick. HEX triplet: CE, B5 and C6. RGB value is (206,181,198). Sum of RGB (Red+Green+Blue) = 206+181+198=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C6 is #314A39. Grayscale: #BEBEBE. Windows color (decimal): -3230266 or 13022670. OLE color: 13022670.

HSL color Cylindrical-coordinate representation of color #CEB5C6: hue angle of 319.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB5C6 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206181198-
CMYK00.120.040.19
HSL319.2º20.33%75.88%-
HSV(B)319.2º12.14%80.78%-
XYZ52.1750.2560.37-
YUV190.41132.28139.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=35.21%
G=30.94%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618119800.120.040.19319.220.3375.88
HexCEB5C60C41313f144c
Octal31626530601442347724114
Binary1100111010110101110001100110010010011100111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5C6; }

 p { color: rgb(206,181,198); }

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

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

 a { background-color: rgb(206,181,198); }

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

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

 span { border-color: rgb(206,181,198); }

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