Shades of Maverick #CEA9C2
Tints of Maverick #CEA9C2
RGB
CMYK
RGB Variations
Color information
#CEA9C2 (or 0xCEA9C2) is known color: Maverick. HEX triplet: CE, A9 and C2. RGB value is (206,169,194). Sum of RGB (Red+Green+Blue) = 206+169+194=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9C2 is #31563D. Grayscale: #B6B6B6. Windows color (decimal): -3233342 or 12757454. OLE color: 12757454.
HSL color Cylindrical-coordinate representation of color #CEA9C2: hue angle of 319.46º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9C2 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 194 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.19 |
| HSL | 319.46º | 0.27% | 0.74% | - |
| HSV(B) | 319.46º | 0.18% | 0.81% | - |
| XYZ | 49.38 | 45.39 | 57.2 | - |
| YUV | 182.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 194 | 0 | 0.18 | 0.06 | 0.19 | 319.46 | 0.27 | 0.74 |
| Hex | CE | A9 | C2 | 0 | 12 | 6 | 13 | 13F | 1B | 4A |
| Octal | 316 | 251 | 302 | 0 | 22 | 6 | 23 | 477 | 33 | 112 |
| Binary | 11001110 | 10101001 | 11000010 | 0 | 10010 | 110 | 10011 | 100111111 | 11011 | 1001010 |
Color Harmonies of #CEA9C2
Complementary color
Monochromatic Colors of #CEA9C2
Black with #CEA9C2
Text Example
Text Example
White with #CEA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9C2; }
p { color: rgb(206,169,194); }
H1.HeaderClassName
{
color: #CEA9C2;
}
.AnyTagClassName
{
color: #CEA9C2;
}
</style>
background-color css
<style>
a { background-color: #CEA9C2; }
a { background-color: rgb(206,169,194); }
div.DivClassName
{
background-color: #CEA9C2;
}
.BgClassName
{
background-color: #CEA9C2;
}
</style>
border-color css
<style>
span { border-color: #CEA9C2; }
span { border-color: rgb(206,169,194); }
td.TdClassName
{
border-color: #CEA9C2;
}
.TagClassName
{
border-color: #CEA9C2;
}
</style>