Shades of Maverick #CEB5C2
Tints of Maverick #CEB5C2
RGB
CMYK
RGB Variations
Color information
#CEB5C2 (or 0xCEB5C2) is known color: Maverick. HEX triplet: CE, B5 and C2. RGB value is (206,181,194). Sum of RGB (Red+Green+Blue) = 206+181+194=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C2 is #314A3D. Grayscale: #BDBDBD. Windows color (decimal): -3230270 or 12760526. OLE color: 12760526.
HSL color Cylindrical-coordinate representation of color #CEB5C2: hue angle of 328.8º 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 #CEB5C2 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 181 | 194 | - |
CMYK | 0 | 0.12 | 0.06 | 0.19 |
HSL | 328.8º | 0.2% | 0.76% | - |
HSV(B) | 328.8º | 0.12% | 0.81% | - |
XYZ | 51.72 | 50.06 | 57.98 | - |
YUV | 189.96 | 130.28 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 194 | 0 | 0.12 | 0.06 | 0.19 | 328.8 | 0.2 | 0.76 |
Hex | CE | B5 | C2 | 0 | C | 6 | 13 | 149 | 14 | 4C |
Octal | 316 | 265 | 302 | 0 | 14 | 6 | 23 | 511 | 24 | 114 |
Binary | 11001110 | 10110101 | 11000010 | 0 | 1100 | 110 | 10011 | 101001001 | 10100 | 1001100 |
Color Harmonies of #CEB5C2
Complementary color
Monochromatic Colors of #CEB5C2
Black with #CEB5C2
Text Example
Text Example
White with #CEB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5C2; }
p { color: rgb(206,181,194); }
H1.HeaderClassName
{
color: #CEB5C2;
}
.AnyTagClassName
{
color: #CEB5C2;
}
</style>
background-color css
<style>
a { background-color: #CEB5C2; }
a { background-color: rgb(206,181,194); }
div.DivClassName
{
background-color: #CEB5C2;
}
.BgClassName
{
background-color: #CEB5C2;
}
</style>
border-color css
<style>
span { border-color: #CEB5C2; }
span { border-color: rgb(206,181,194); }
td.TdClassName
{
border-color: #CEB5C2;
}
.TagClassName
{
border-color: #CEB5C2;
}
</style>