Shades of Maverick #CCB8C6
Tints of Maverick #CCB8C6
RGB
CMYK
RGB Variations
Color information
#CCB8C6 (or 0xCCB8C6) is known color: Maverick. HEX triplet: CC, B8 and C6. RGB value is (204,184,198). Sum of RGB (Red+Green+Blue) = 204+184+198=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C6 is #334739. Grayscale: #BFBFBF. Windows color (decimal): -3360570 or 13023436. OLE color: 13023436.
HSL color Cylindrical-coordinate representation of color #CCB8C6: hue angle of 318º 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 #CCB8C6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 198 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.2 |
| HSL | 318º | 0.16% | 0.76% | - |
| HSV(B) | 318º | 0.1% | 0.8% | - |
| XYZ | 52.24 | 51.2 | 60.55 | - |
| YUV | 191.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 198 | 0 | 0.10 | 0.03 | 0.2 | 318 | 0.16 | 0.76 |
| Hex | CC | B8 | C6 | 0 | A | 3 | 14 | 13E | 10 | 4C |
| Octal | 314 | 270 | 306 | 0 | 12 | 3 | 24 | 476 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11000110 | 0 | 1010 | 11 | 10100 | 100111110 | 10000 | 1001100 |
Color Harmonies of #CCB8C6
Complementary color
Monochromatic Colors of #CCB8C6
Black with #CCB8C6
Text Example
Text Example
White with #CCB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C6; }
p { color: rgb(204,184,198); }
H1.HeaderClassName
{
color: #CCB8C6;
}
.AnyTagClassName
{
color: #CCB8C6;
}
</style>
background-color css
<style>
a { background-color: #CCB8C6; }
a { background-color: rgb(204,184,198); }
div.DivClassName
{
background-color: #CCB8C6;
}
.BgClassName
{
background-color: #CCB8C6;
}
</style>
border-color css
<style>
span { border-color: #CCB8C6; }
span { border-color: rgb(204,184,198); }
td.TdClassName
{
border-color: #CCB8C6;
}
.TagClassName
{
border-color: #CCB8C6;
}
</style>