Shades of Maverick #CEB4C1
Tints of Maverick #CEB4C1
RGB
CMYK
RGB Variations
Color information
#CEB4C1 (or 0xCEB4C1) is known color: Maverick. HEX triplet: CE, B4 and C1. RGB value is (206,180,193). Sum of RGB (Red+Green+Blue) = 206+180+193=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C1 is #314B3E. Grayscale: #BDBDBD. Windows color (decimal): -3230527 or 12694734. OLE color: 12694734.
HSL color Cylindrical-coordinate representation of color #CEB4C1: hue angle of 330º 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 #CEB4C1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 193 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.19 |
| HSL | 330º | 0.21% | 0.76% | - |
| HSV(B) | 330º | 0.13% | 0.81% | - |
| XYZ | 51.4 | 49.61 | 57.32 | - |
| YUV | 189.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 193 | 0 | 0.13 | 0.06 | 0.19 | 330 | 0.21 | 0.76 |
| Hex | CE | B4 | C1 | 0 | D | 6 | 13 | 14A | 15 | 4C |
| Octal | 316 | 264 | 301 | 0 | 15 | 6 | 23 | 512 | 25 | 114 |
| Binary | 11001110 | 10110100 | 11000001 | 0 | 1101 | 110 | 10011 | 101001010 | 10101 | 1001100 |
Color Harmonies of #CEB4C1
Complementary color
Monochromatic Colors of #CEB4C1
Black with #CEB4C1
Text Example
Text Example
White with #CEB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4C1; }
p { color: rgb(206,180,193); }
H1.HeaderClassName
{
color: #CEB4C1;
}
.AnyTagClassName
{
color: #CEB4C1;
}
</style>
background-color css
<style>
a { background-color: #CEB4C1; }
a { background-color: rgb(206,180,193); }
div.DivClassName
{
background-color: #CEB4C1;
}
.BgClassName
{
background-color: #CEB4C1;
}
</style>
border-color css
<style>
span { border-color: #CEB4C1; }
span { border-color: rgb(206,180,193); }
td.TdClassName
{
border-color: #CEB4C1;
}
.TagClassName
{
border-color: #CEB4C1;
}
</style>