Shades of Maverick #CEB5C8
Tints of Maverick #CEB5C8
RGB
CMYK
RGB Variations
Color information
#CEB5C8 (or 0xCEB5C8) is known color: Maverick. HEX triplet: CE, B5 and C8. RGB value is (206,181,200). Sum of RGB (Red+Green+Blue) = 206+181+200=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C8 is #314A37. Grayscale: #BEBEBE. Windows color (decimal): -3230264 or 13153742. OLE color: 13153742.
HSL color Cylindrical-coordinate representation of color #CEB5C8: hue angle of 314.4º 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 #CEB5C8 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 181 | 200 | - |
CMYK | 0 | 0.12 | 0.03 | 0.19 |
HSL | 314.4º | 0.2% | 0.76% | - |
HSV(B) | 314.4º | 0.12% | 0.81% | - |
XYZ | 52.4 | 50.34 | 61.6 | - |
YUV | 190.64 | 133.28 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 200 | 0 | 0.12 | 0.03 | 0.19 | 314.4 | 0.2 | 0.76 |
Hex | CE | B5 | C8 | 0 | C | 3 | 13 | 13A | 14 | 4C |
Octal | 316 | 265 | 310 | 0 | 14 | 3 | 23 | 472 | 24 | 114 |
Binary | 11001110 | 10110101 | 11001000 | 0 | 1100 | 11 | 10011 | 100111010 | 10100 | 1001100 |
Color Harmonies of #CEB5C8
Complementary color
Monochromatic Colors of #CEB5C8
Black with #CEB5C8
Text Example
Text Example
White with #CEB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5C8; }
p { color: rgb(206,181,200); }
H1.HeaderClassName
{
color: #CEB5C8;
}
.AnyTagClassName
{
color: #CEB5C8;
}
</style>
background-color css
<style>
a { background-color: #CEB5C8; }
a { background-color: rgb(206,181,200); }
div.DivClassName
{
background-color: #CEB5C8;
}
.BgClassName
{
background-color: #CEB5C8;
}
</style>
border-color css
<style>
span { border-color: #CEB5C8; }
span { border-color: rgb(206,181,200); }
td.TdClassName
{
border-color: #CEB5C8;
}
.TagClassName
{
border-color: #CEB5C8;
}
</style>