Shades of Maverick #CEB4CA
Tints of Maverick #CEB4CA
RGB
CMYK
RGB Variations
Color information
#CEB4CA (or 0xCEB4CA) is known color: Maverick. HEX triplet: CE, B4 and CA. RGB value is (206,180,202). Sum of RGB (Red+Green+Blue) = 206+180+202=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CA is #314B35. Grayscale: #BEBEBE. Windows color (decimal): -3230518 or 13284558. OLE color: 13284558.
HSL color Cylindrical-coordinate representation of color #CEB4CA: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB4CA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 202 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.19 |
| HSL | 309.23º | 0.21% | 0.76% | - |
| HSV(B) | 309.23º | 0.13% | 0.81% | - |
| XYZ | 52.44 | 50.03 | 62.77 | - |
| YUV | 190.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 202 | 0 | 0.13 | 0.02 | 0.19 | 309.23 | 0.21 | 0.76 |
| Hex | CE | B4 | CA | 0 | D | 2 | 13 | 135 | 15 | 4C |
| Octal | 316 | 264 | 312 | 0 | 15 | 2 | 23 | 465 | 25 | 114 |
| Binary | 11001110 | 10110100 | 11001010 | 0 | 1101 | 10 | 10011 | 100110101 | 10101 | 1001100 |
Color Harmonies of #CEB4CA
Complementary color
Monochromatic Colors of #CEB4CA
Black with #CEB4CA
Text Example
Text Example
White with #CEB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4CA; }
p { color: rgb(206,180,202); }
H1.HeaderClassName
{
color: #CEB4CA;
}
.AnyTagClassName
{
color: #CEB4CA;
}
</style>
background-color css
<style>
a { background-color: #CEB4CA; }
a { background-color: rgb(206,180,202); }
div.DivClassName
{
background-color: #CEB4CA;
}
.BgClassName
{
background-color: #CEB4CA;
}
</style>
border-color css
<style>
span { border-color: #CEB4CA; }
span { border-color: rgb(206,180,202); }
td.TdClassName
{
border-color: #CEB4CA;
}
.TagClassName
{
border-color: #CEB4CA;
}
</style>