Shades of Maverick #CEACC7
Tints of Maverick #CEACC7
RGB
CMYK
RGB Variations
Color information
#CEACC7 (or 0xCEACC7) is known color: Maverick. HEX triplet: CE, AC and C7. RGB value is (206,172,199). Sum of RGB (Red+Green+Blue) = 206+172+199=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACC7 is #315338. Grayscale: #B9B9B9. Windows color (decimal): -3232569 or 13085902. OLE color: 13085902.
HSL color Cylindrical-coordinate representation of color #CEACC7: hue angle of 312.35º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACC7 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 199 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.19 |
| HSL | 312.35º | 0.26% | 0.74% | - |
| HSV(B) | 312.35º | 0.17% | 0.81% | - |
| XYZ | 50.51 | 46.75 | 60.39 | - |
| YUV | 185.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 199 | 0 | 0.17 | 0.03 | 0.19 | 312.35 | 0.26 | 0.74 |
| Hex | CE | AC | C7 | 0 | 11 | 3 | 13 | 138 | 1A | 4A |
| Octal | 316 | 254 | 307 | 0 | 21 | 3 | 23 | 470 | 32 | 112 |
| Binary | 11001110 | 10101100 | 11000111 | 0 | 10001 | 11 | 10011 | 100111000 | 11010 | 1001010 |
Color Harmonies of #CEACC7
Complementary color
Monochromatic Colors of #CEACC7
Black with #CEACC7
Text Example
Text Example
White with #CEACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACC7; }
p { color: rgb(206,172,199); }
H1.HeaderClassName
{
color: #CEACC7;
}
.AnyTagClassName
{
color: #CEACC7;
}
</style>
background-color css
<style>
a { background-color: #CEACC7; }
a { background-color: rgb(206,172,199); }
div.DivClassName
{
background-color: #CEACC7;
}
.BgClassName
{
background-color: #CEACC7;
}
</style>
border-color css
<style>
span { border-color: #CEACC7; }
span { border-color: rgb(206,172,199); }
td.TdClassName
{
border-color: #CEACC7;
}
.TagClassName
{
border-color: #CEACC7;
}
</style>