Shades of Maverick #CEACC3
Tints of Maverick #CEACC3
RGB
CMYK
RGB Variations
Color information
#CEACC3 (or 0xCEACC3) is known color: Maverick. HEX triplet: CE, AC and C3. RGB value is (206,172,195). Sum of RGB (Red+Green+Blue) = 206+172+195=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACC3 is #31533C. Grayscale: #B8B8B8. Windows color (decimal): -3232573 or 12823758. OLE color: 12823758.
HSL color Cylindrical-coordinate representation of color #CEACC3: hue angle of 319.41º 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 #CEACC3 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 195 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.19 |
| HSL | 319.41º | 0.26% | 0.74% | - |
| HSV(B) | 319.41º | 0.17% | 0.81% | - |
| XYZ | 50.06 | 46.57 | 57.98 | - |
| YUV | 184.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 195 | 0 | 0.17 | 0.05 | 0.19 | 319.41 | 0.26 | 0.74 |
| Hex | CE | AC | C3 | 0 | 11 | 5 | 13 | 13F | 1A | 4A |
| Octal | 316 | 254 | 303 | 0 | 21 | 5 | 23 | 477 | 32 | 112 |
| Binary | 11001110 | 10101100 | 11000011 | 0 | 10001 | 101 | 10011 | 100111111 | 11010 | 1001010 |
Color Harmonies of #CEACC3
Complementary color
Monochromatic Colors of #CEACC3
Black with #CEACC3
Text Example
Text Example
White with #CEACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACC3; }
p { color: rgb(206,172,195); }
H1.HeaderClassName
{
color: #CEACC3;
}
.AnyTagClassName
{
color: #CEACC3;
}
</style>
background-color css
<style>
a { background-color: #CEACC3; }
a { background-color: rgb(206,172,195); }
div.DivClassName
{
background-color: #CEACC3;
}
.BgClassName
{
background-color: #CEACC3;
}
</style>
border-color css
<style>
span { border-color: #CEACC3; }
span { border-color: rgb(206,172,195); }
td.TdClassName
{
border-color: #CEACC3;
}
.TagClassName
{
border-color: #CEACC3;
}
</style>