Shades of Maverick #CCB8C7
Tints of Maverick #CCB8C7
RGB
CMYK
RGB Variations
Color information
#CCB8C7 (or 0xCCB8C7) is known color: Maverick. HEX triplet: CC, B8 and C7. RGB value is (204,184,199). Sum of RGB (Red+Green+Blue) = 204+184+199=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C7 is #334738. Grayscale: #BFBFBF. Windows color (decimal): -3360569 or 13088972. OLE color: 13088972.
HSL color Cylindrical-coordinate representation of color #CCB8C7: hue angle of 315º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB8C7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 199 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.2 |
| HSL | 315º | 0.16% | 0.76% | - |
| HSV(B) | 315º | 0.1% | 0.8% | - |
| XYZ | 52.35 | 51.24 | 61.16 | - |
| YUV | 191.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 199 | 0 | 0.10 | 0.02 | 0.2 | 315 | 0.16 | 0.76 |
| Hex | CC | B8 | C7 | 0 | A | 2 | 14 | 13B | 10 | 4C |
| Octal | 314 | 270 | 307 | 0 | 12 | 2 | 24 | 473 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11000111 | 0 | 1010 | 10 | 10100 | 100111011 | 10000 | 1001100 |
Color Harmonies of #CCB8C7
Complementary color
Monochromatic Colors of #CCB8C7
Black with #CCB8C7
Text Example
Text Example
White with #CCB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C7; }
p { color: rgb(204,184,199); }
H1.HeaderClassName
{
color: #CCB8C7;
}
.AnyTagClassName
{
color: #CCB8C7;
}
</style>
background-color css
<style>
a { background-color: #CCB8C7; }
a { background-color: rgb(204,184,199); }
div.DivClassName
{
background-color: #CCB8C7;
}
.BgClassName
{
background-color: #CCB8C7;
}
</style>
border-color css
<style>
span { border-color: #CCB8C7; }
span { border-color: rgb(204,184,199); }
td.TdClassName
{
border-color: #CCB8C7;
}
.TagClassName
{
border-color: #CCB8C7;
}
</style>