Shades of Maverick #CCB8C9
Tints of Maverick #CCB8C9
RGB
CMYK
RGB Variations
Color information
#CCB8C9 (or 0xCCB8C9) is known color: Maverick. HEX triplet: CC, B8 and C9. RGB value is (204,184,201). Sum of RGB (Red+Green+Blue) = 204+184+201=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C9 is #334736. Grayscale: #BFBFBF. Windows color (decimal): -3360567 or 13220044. OLE color: 13220044.
HSL color Cylindrical-coordinate representation of color #CCB8C9: hue angle of 309º 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 #CCB8C9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 201 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.2 |
| HSL | 309º | 0.16% | 0.76% | - |
| HSV(B) | 309º | 0.1% | 0.8% | - |
| XYZ | 52.58 | 51.34 | 62.4 | - |
| YUV | 191.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 201 | 0 | 0.10 | 0.01 | 0.2 | 309 | 0.16 | 0.76 |
| Hex | CC | B8 | C9 | 0 | A | 1 | 14 | 135 | 10 | 4C |
| Octal | 314 | 270 | 311 | 0 | 12 | 1 | 24 | 465 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11001001 | 0 | 1010 | 1 | 10100 | 100110101 | 10000 | 1001100 |
Color Harmonies of #CCB8C9
Complementary color
Monochromatic Colors of #CCB8C9
Black with #CCB8C9
Text Example
Text Example
White with #CCB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C9; }
p { color: rgb(204,184,201); }
H1.HeaderClassName
{
color: #CCB8C9;
}
.AnyTagClassName
{
color: #CCB8C9;
}
</style>
background-color css
<style>
a { background-color: #CCB8C9; }
a { background-color: rgb(204,184,201); }
div.DivClassName
{
background-color: #CCB8C9;
}
.BgClassName
{
background-color: #CCB8C9;
}
</style>
border-color css
<style>
span { border-color: #CCB8C9; }
span { border-color: rgb(204,184,201); }
td.TdClassName
{
border-color: #CCB8C9;
}
.TagClassName
{
border-color: #CCB8C9;
}
</style>