Shades of Maverick #CEA8C2
Tints of Maverick #CEA8C2
RGB
CMYK
RGB Variations
Color information
#CEA8C2 (or 0xCEA8C2) is known color: Maverick. HEX triplet: CE, A8 and C2. RGB value is (206,168,194). Sum of RGB (Red+Green+Blue) = 206+168+194=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8C2 is #31573D. Grayscale: #B6B6B6. Windows color (decimal): -3233598 or 12757198. OLE color: 12757198.
HSL color Cylindrical-coordinate representation of color #CEA8C2: hue angle of 318.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8C2 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 168 | 194 | - |
CMYK | 0 | 0.18 | 0.06 | 0.19 |
HSL | 318.95º | 0.28% | 0.73% | - |
HSV(B) | 318.95º | 0.18% | 0.81% | - |
XYZ | 49.19 | 45.02 | 57.14 | - |
YUV | 182.33 | 134.59 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 168 | 194 | 0 | 0.18 | 0.06 | 0.19 | 318.95 | 0.28 | 0.73 |
Hex | CE | A8 | C2 | 0 | 12 | 6 | 13 | 13F | 1C | 49 |
Octal | 316 | 250 | 302 | 0 | 22 | 6 | 23 | 477 | 34 | 111 |
Binary | 11001110 | 10101000 | 11000010 | 0 | 10010 | 110 | 10011 | 100111111 | 11100 | 1001001 |
Color Harmonies of #CEA8C2
Complementary color
Monochromatic Colors of #CEA8C2
Black with #CEA8C2
Text Example
Text Example
White with #CEA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8C2; }
p { color: rgb(206,168,194); }
H1.HeaderClassName
{
color: #CEA8C2;
}
.AnyTagClassName
{
color: #CEA8C2;
}
</style>
background-color css
<style>
a { background-color: #CEA8C2; }
a { background-color: rgb(206,168,194); }
div.DivClassName
{
background-color: #CEA8C2;
}
.BgClassName
{
background-color: #CEA8C2;
}
</style>
border-color css
<style>
span { border-color: #CEA8C2; }
span { border-color: rgb(206,168,194); }
td.TdClassName
{
border-color: #CEA8C2;
}
.TagClassName
{
border-color: #CEA8C2;
}
</style>