Shades of Maverick #CEB5C3
Tints of Maverick #CEB5C3
RGB
CMYK
RGB Variations
Color information
#CEB5C3 (or 0xCEB5C3) is known color: Maverick. HEX triplet: CE, B5 and C3. RGB value is (206,181,195). Sum of RGB (Red+Green+Blue) = 206+181+195=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C3 is #314A3C. Grayscale: #BEBEBE. Windows color (decimal): -3230269 or 12826062. OLE color: 12826062.
HSL color Cylindrical-coordinate representation of color #CEB5C3: hue angle of 326.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 #CEB5C3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 195 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.19 |
| HSL | 326.4º | 0.2% | 0.76% | - |
| HSV(B) | 326.4º | 0.12% | 0.81% | - |
| XYZ | 51.83 | 50.11 | 58.57 | - |
| YUV | 190.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 195 | 0 | 0.12 | 0.05 | 0.19 | 326.4 | 0.2 | 0.76 |
| Hex | CE | B5 | C3 | 0 | C | 5 | 13 | 146 | 14 | 4C |
| Octal | 316 | 265 | 303 | 0 | 14 | 5 | 23 | 506 | 24 | 114 |
| Binary | 11001110 | 10110101 | 11000011 | 0 | 1100 | 101 | 10011 | 101000110 | 10100 | 1001100 |
Color Harmonies of #CEB5C3
Complementary color
Monochromatic Colors of #CEB5C3
Black with #CEB5C3
Text Example
Text Example
White with #CEB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5C3; }
p { color: rgb(206,181,195); }
H1.HeaderClassName
{
color: #CEB5C3;
}
.AnyTagClassName
{
color: #CEB5C3;
}
</style>
background-color css
<style>
a { background-color: #CEB5C3; }
a { background-color: rgb(206,181,195); }
div.DivClassName
{
background-color: #CEB5C3;
}
.BgClassName
{
background-color: #CEB5C3;
}
</style>
border-color css
<style>
span { border-color: #CEB5C3; }
span { border-color: rgb(206,181,195); }
td.TdClassName
{
border-color: #CEB5C3;
}
.TagClassName
{
border-color: #CEB5C3;
}
</style>