Shades of Maverick #CCB7C6
Tints of Maverick #CCB7C6
RGB
CMYK
RGB Variations
Color information
#CCB7C6 (or 0xCCB7C6) is known color: Maverick. HEX triplet: CC, B7 and C6. RGB value is (204,183,198). Sum of RGB (Red+Green+Blue) = 204+183+198=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7C6 is #334839. Grayscale: #BEBEBE. Windows color (decimal): -3360826 or 13023180. OLE color: 13023180.
HSL color Cylindrical-coordinate representation of color #CCB7C6: hue angle of 317.14º 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 #CCB7C6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 198 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.2 |
| HSL | 317.14º | 0.17% | 0.76% | - |
| HSV(B) | 317.14º | 0.1% | 0.8% | - |
| XYZ | 52.03 | 50.78 | 60.49 | - |
| YUV | 190.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 198 | 0 | 0.10 | 0.03 | 0.2 | 317.14 | 0.17 | 0.76 |
| Hex | CC | B7 | C6 | 0 | A | 3 | 14 | 13D | 11 | 4C |
| Octal | 314 | 267 | 306 | 0 | 12 | 3 | 24 | 475 | 21 | 114 |
| Binary | 11001100 | 10110111 | 11000110 | 0 | 1010 | 11 | 10100 | 100111101 | 10001 | 1001100 |
Color Harmonies of #CCB7C6
Complementary color
Monochromatic Colors of #CCB7C6
Black with #CCB7C6
Text Example
Text Example
White with #CCB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7C6; }
p { color: rgb(204,183,198); }
H1.HeaderClassName
{
color: #CCB7C6;
}
.AnyTagClassName
{
color: #CCB7C6;
}
</style>
background-color css
<style>
a { background-color: #CCB7C6; }
a { background-color: rgb(204,183,198); }
div.DivClassName
{
background-color: #CCB7C6;
}
.BgClassName
{
background-color: #CCB7C6;
}
</style>
border-color css
<style>
span { border-color: #CCB7C6; }
span { border-color: rgb(204,183,198); }
td.TdClassName
{
border-color: #CCB7C6;
}
.TagClassName
{
border-color: #CCB7C6;
}
</style>