Shades of Maverick #CEB5C5
Tints of Maverick #CEB5C5
RGB
CMYK
RGB Variations
Color information
#CEB5C5 (or 0xCEB5C5) is known color: Maverick. HEX triplet: CE, B5 and C5. RGB value is (206,181,197). Sum of RGB (Red+Green+Blue) = 206+181+197=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C5 is #314A3A. Grayscale: #BEBEBE. Windows color (decimal): -3230267 or 12957134. OLE color: 12957134.
HSL color Cylindrical-coordinate representation of color #CEB5C5: hue angle of 321.6º 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 #CEB5C5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 197 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.19 |
| HSL | 321.6º | 0.2% | 0.76% | - |
| HSV(B) | 321.6º | 0.12% | 0.81% | - |
| XYZ | 52.06 | 50.2 | 59.77 | - |
| YUV | 190.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 197 | 0 | 0.12 | 0.04 | 0.19 | 321.6 | 0.2 | 0.76 |
| Hex | CE | B5 | C5 | 0 | C | 4 | 13 | 142 | 14 | 4C |
| Octal | 316 | 265 | 305 | 0 | 14 | 4 | 23 | 502 | 24 | 114 |
| Binary | 11001110 | 10110101 | 11000101 | 0 | 1100 | 100 | 10011 | 101000010 | 10100 | 1001100 |
Color Harmonies of #CEB5C5
Complementary color
Monochromatic Colors of #CEB5C5
Black with #CEB5C5
Text Example
Text Example
White with #CEB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5C5; }
p { color: rgb(206,181,197); }
H1.HeaderClassName
{
color: #CEB5C5;
}
.AnyTagClassName
{
color: #CEB5C5;
}
</style>
background-color css
<style>
a { background-color: #CEB5C5; }
a { background-color: rgb(206,181,197); }
div.DivClassName
{
background-color: #CEB5C5;
}
.BgClassName
{
background-color: #CEB5C5;
}
</style>
border-color css
<style>
span { border-color: #CEB5C5; }
span { border-color: rgb(206,181,197); }
td.TdClassName
{
border-color: #CEB5C5;
}
.TagClassName
{
border-color: #CEB5C5;
}
</style>