Shades of Maverick #CCB8C5
Tints of Maverick #CCB8C5
RGB
CMYK
RGB Variations
Color information
#CCB8C5 (or 0xCCB8C5) is known color: Maverick. HEX triplet: CC, B8 and C5. RGB value is (204,184,197). Sum of RGB (Red+Green+Blue) = 204+184+197=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C5 is #33473A. Grayscale: #BFBFBF. Windows color (decimal): -3360571 or 12957900. OLE color: 12957900.
HSL color Cylindrical-coordinate representation of color #CCB8C5: hue angle of 321º 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 #CCB8C5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 197 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.2 |
| HSL | 321º | 0.16% | 0.76% | - |
| HSV(B) | 321º | 0.1% | 0.8% | - |
| XYZ | 52.12 | 51.15 | 59.95 | - |
| YUV | 191.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 197 | 0 | 0.10 | 0.03 | 0.2 | 321 | 0.16 | 0.76 |
| Hex | CC | B8 | C5 | 0 | A | 3 | 14 | 141 | 10 | 4C |
| Octal | 314 | 270 | 305 | 0 | 12 | 3 | 24 | 501 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11000101 | 0 | 1010 | 11 | 10100 | 101000001 | 10000 | 1001100 |
Color Harmonies of #CCB8C5
Complementary color
Monochromatic Colors of #CCB8C5
Black with #CCB8C5
Text Example
Text Example
White with #CCB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C5; }
p { color: rgb(204,184,197); }
H1.HeaderClassName
{
color: #CCB8C5;
}
.AnyTagClassName
{
color: #CCB8C5;
}
</style>
background-color css
<style>
a { background-color: #CCB8C5; }
a { background-color: rgb(204,184,197); }
div.DivClassName
{
background-color: #CCB8C5;
}
.BgClassName
{
background-color: #CCB8C5;
}
</style>
border-color css
<style>
span { border-color: #CCB8C5; }
span { border-color: rgb(204,184,197); }
td.TdClassName
{
border-color: #CCB8C5;
}
.TagClassName
{
border-color: #CCB8C5;
}
</style>