Shades of Maverick #CCB7C8
Tints of Maverick #CCB7C8
RGB
CMYK
RGB Variations
Color information
#CCB7C8 (or 0xCCB7C8) is known color: Maverick. HEX triplet: CC, B7 and C8. RGB value is (204,183,200). Sum of RGB (Red+Green+Blue) = 204+183+200=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7C8 is #334837. Grayscale: #BFBFBF. Windows color (decimal): -3360824 or 13154252. OLE color: 13154252.
HSL color Cylindrical-coordinate representation of color #CCB7C8: hue angle of 311.43º 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 #CCB7C8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 200 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.2 |
| HSL | 311.43º | 0.17% | 0.76% | - |
| HSV(B) | 311.43º | 0.1% | 0.8% | - |
| XYZ | 52.26 | 50.87 | 61.71 | - |
| YUV | 191.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 200 | 0 | 0.10 | 0.02 | 0.2 | 311.43 | 0.17 | 0.76 |
| Hex | CC | B7 | C8 | 0 | A | 2 | 14 | 137 | 11 | 4C |
| Octal | 314 | 267 | 310 | 0 | 12 | 2 | 24 | 467 | 21 | 114 |
| Binary | 11001100 | 10110111 | 11001000 | 0 | 1010 | 10 | 10100 | 100110111 | 10001 | 1001100 |
Color Harmonies of #CCB7C8
Complementary color
Monochromatic Colors of #CCB7C8
Black with #CCB7C8
Text Example
Text Example
White with #CCB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7C8; }
p { color: rgb(204,183,200); }
H1.HeaderClassName
{
color: #CCB7C8;
}
.AnyTagClassName
{
color: #CCB7C8;
}
</style>
background-color css
<style>
a { background-color: #CCB7C8; }
a { background-color: rgb(204,183,200); }
div.DivClassName
{
background-color: #CCB7C8;
}
.BgClassName
{
background-color: #CCB7C8;
}
</style>
border-color css
<style>
span { border-color: #CCB7C8; }
span { border-color: rgb(204,183,200); }
td.TdClassName
{
border-color: #CCB7C8;
}
.TagClassName
{
border-color: #CCB7C8;
}
</style>