Shades of Maverick #CCB7C9
Tints of Maverick #CCB7C9
RGB
CMYK
RGB Variations
Color information
#CCB7C9 (or 0xCCB7C9) is known color: Maverick. HEX triplet: CC, B7 and C9. RGB value is (204,183,201). Sum of RGB (Red+Green+Blue) = 204+183+201=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7C9 is #334836. Grayscale: #BFBFBF. Windows color (decimal): -3360823 or 13219788. OLE color: 13219788.
HSL color Cylindrical-coordinate representation of color #CCB7C9: hue angle of 308.57º degrees, saturation: 0.17, 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 #CCB7C9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 201 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.2 |
| HSL | 308.57º | 0.17% | 0.76% | - |
| HSV(B) | 308.57º | 0.1% | 0.8% | - |
| XYZ | 52.38 | 50.92 | 62.33 | - |
| YUV | 191.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 201 | 0 | 0.10 | 0.01 | 0.2 | 308.57 | 0.17 | 0.76 |
| Hex | CC | B7 | C9 | 0 | A | 1 | 14 | 135 | 11 | 4C |
| Octal | 314 | 267 | 311 | 0 | 12 | 1 | 24 | 465 | 21 | 114 |
| Binary | 11001100 | 10110111 | 11001001 | 0 | 1010 | 1 | 10100 | 100110101 | 10001 | 1001100 |
Color Harmonies of #CCB7C9
Complementary color
Monochromatic Colors of #CCB7C9
Black with #CCB7C9
Text Example
Text Example
White with #CCB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7C9; }
p { color: rgb(204,183,201); }
H1.HeaderClassName
{
color: #CCB7C9;
}
.AnyTagClassName
{
color: #CCB7C9;
}
</style>
background-color css
<style>
a { background-color: #CCB7C9; }
a { background-color: rgb(204,183,201); }
div.DivClassName
{
background-color: #CCB7C9;
}
.BgClassName
{
background-color: #CCB7C9;
}
</style>
border-color css
<style>
span { border-color: #CCB7C9; }
span { border-color: rgb(204,183,201); }
td.TdClassName
{
border-color: #CCB7C9;
}
.TagClassName
{
border-color: #CCB7C9;
}
</style>