Shades of Maverick #CEB4C4
Tints of Maverick #CEB4C4
RGB
CMYK
RGB Variations
Color information
#CEB4C4 (or 0xCEB4C4) is known color: Maverick. HEX triplet: CE, B4 and C4. RGB value is (206,180,196). Sum of RGB (Red+Green+Blue) = 206+180+196=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C4 is #314B3B. Grayscale: #BDBDBD. Windows color (decimal): -3230524 or 12891342. OLE color: 12891342.
HSL color Cylindrical-coordinate representation of color #CEB4C4: hue angle of 323.08º 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 #CEB4C4 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 196 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.19 |
| HSL | 323.08º | 0.21% | 0.76% | - |
| HSV(B) | 323.08º | 0.13% | 0.81% | - |
| XYZ | 51.74 | 49.75 | 59.1 | - |
| YUV | 189.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 196 | 0 | 0.13 | 0.05 | 0.19 | 323.08 | 0.21 | 0.76 |
| Hex | CE | B4 | C4 | 0 | D | 5 | 13 | 143 | 15 | 4C |
| Octal | 316 | 264 | 304 | 0 | 15 | 5 | 23 | 503 | 25 | 114 |
| Binary | 11001110 | 10110100 | 11000100 | 0 | 1101 | 101 | 10011 | 101000011 | 10101 | 1001100 |
Color Harmonies of #CEB4C4
Complementary color
Monochromatic Colors of #CEB4C4
Black with #CEB4C4
Text Example
Text Example
White with #CEB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4C4; }
p { color: rgb(206,180,196); }
H1.HeaderClassName
{
color: #CEB4C4;
}
.AnyTagClassName
{
color: #CEB4C4;
}
</style>
background-color css
<style>
a { background-color: #CEB4C4; }
a { background-color: rgb(206,180,196); }
div.DivClassName
{
background-color: #CEB4C4;
}
.BgClassName
{
background-color: #CEB4C4;
}
</style>
border-color css
<style>
span { border-color: #CEB4C4; }
span { border-color: rgb(206,180,196); }
td.TdClassName
{
border-color: #CEB4C4;
}
.TagClassName
{
border-color: #CEB4C4;
}
</style>