Shades of Maverick #CEB4C2
Tints of Maverick #CEB4C2
RGB
CMYK
RGB Variations
Color information
#CEB4C2 (or 0xCEB4C2) is known color: Maverick. HEX triplet: CE, B4 and C2. RGB value is (206,180,194). Sum of RGB (Red+Green+Blue) = 206+180+194=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C2 is #314B3D. Grayscale: #BDBDBD. Windows color (decimal): -3230526 or 12760270. OLE color: 12760270.
HSL color Cylindrical-coordinate representation of color #CEB4C2: hue angle of 327.69º 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 #CEB4C2 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 194 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.19 |
| HSL | 327.69º | 0.21% | 0.76% | - |
| HSV(B) | 327.69º | 0.13% | 0.81% | - |
| XYZ | 51.51 | 49.66 | 57.91 | - |
| YUV | 189.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 194 | 0 | 0.13 | 0.06 | 0.19 | 327.69 | 0.21 | 0.76 |
| Hex | CE | B4 | C2 | 0 | D | 6 | 13 | 148 | 15 | 4C |
| Octal | 316 | 264 | 302 | 0 | 15 | 6 | 23 | 510 | 25 | 114 |
| Binary | 11001110 | 10110100 | 11000010 | 0 | 1101 | 110 | 10011 | 101001000 | 10101 | 1001100 |
Color Harmonies of #CEB4C2
Complementary color
Monochromatic Colors of #CEB4C2
Black with #CEB4C2
Text Example
Text Example
White with #CEB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4C2; }
p { color: rgb(206,180,194); }
H1.HeaderClassName
{
color: #CEB4C2;
}
.AnyTagClassName
{
color: #CEB4C2;
}
</style>
background-color css
<style>
a { background-color: #CEB4C2; }
a { background-color: rgb(206,180,194); }
div.DivClassName
{
background-color: #CEB4C2;
}
.BgClassName
{
background-color: #CEB4C2;
}
</style>
border-color css
<style>
span { border-color: #CEB4C2; }
span { border-color: rgb(206,180,194); }
td.TdClassName
{
border-color: #CEB4C2;
}
.TagClassName
{
border-color: #CEB4C2;
}
</style>