Shades of Maverick #CCB2C8
Tints of Maverick #CCB2C8
RGB
CMYK
RGB Variations
Color information
#CCB2C8 (or 0xCCB2C8) is known color: Maverick. HEX triplet: CC, B2 and C8. RGB value is (204,178,200). Sum of RGB (Red+Green+Blue) = 204+178+200=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C8 is #334D37. Grayscale: #BCBCBC. Windows color (decimal): -3362104 or 13152972. OLE color: 13152972.
HSL color Cylindrical-coordinate representation of color #CCB2C8: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2C8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 200 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.2 |
| HSL | 309.23º | 0.2% | 0.75% | - |
| HSV(B) | 309.23º | 0.13% | 0.8% | - |
| XYZ | 51.25 | 48.85 | 61.37 | - |
| YUV | 188.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 200 | 0 | 0.13 | 0.02 | 0.2 | 309.23 | 0.2 | 0.75 |
| Hex | CC | B2 | C8 | 0 | D | 2 | 14 | 135 | 14 | 4B |
| Octal | 314 | 262 | 310 | 0 | 15 | 2 | 24 | 465 | 24 | 113 |
| Binary | 11001100 | 10110010 | 11001000 | 0 | 1101 | 10 | 10100 | 100110101 | 10100 | 1001011 |
Color Harmonies of #CCB2C8
Complementary color
Monochromatic Colors of #CCB2C8
Black with #CCB2C8
Text Example
Text Example
White with #CCB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2C8; }
p { color: rgb(204,178,200); }
H1.HeaderClassName
{
color: #CCB2C8;
}
.AnyTagClassName
{
color: #CCB2C8;
}
</style>
background-color css
<style>
a { background-color: #CCB2C8; }
a { background-color: rgb(204,178,200); }
div.DivClassName
{
background-color: #CCB2C8;
}
.BgClassName
{
background-color: #CCB2C8;
}
</style>
border-color css
<style>
span { border-color: #CCB2C8; }
span { border-color: rgb(204,178,200); }
td.TdClassName
{
border-color: #CCB2C8;
}
.TagClassName
{
border-color: #CCB2C8;
}
</style>