Shades of Maverick #CCB2C6
Tints of Maverick #CCB2C6
RGB
CMYK
RGB Variations
Color information
#CCB2C6 (or 0xCCB2C6) is known color: Maverick. HEX triplet: CC, B2 and C6. RGB value is (204,178,198). Sum of RGB (Red+Green+Blue) = 204+178+198=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C6 is #334D39. Grayscale: #BCBCBC. Windows color (decimal): -3362106 or 13021900. OLE color: 13021900.
HSL color Cylindrical-coordinate representation of color #CCB2C6: hue angle of 313.85º 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 #CCB2C6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 198 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.2 |
| HSL | 313.85º | 0.2% | 0.75% | - |
| HSV(B) | 313.85º | 0.13% | 0.8% | - |
| XYZ | 51.02 | 48.76 | 60.15 | - |
| YUV | 188.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 198 | 0 | 0.13 | 0.03 | 0.2 | 313.85 | 0.2 | 0.75 |
| Hex | CC | B2 | C6 | 0 | D | 3 | 14 | 13A | 14 | 4B |
| Octal | 314 | 262 | 306 | 0 | 15 | 3 | 24 | 472 | 24 | 113 |
| Binary | 11001100 | 10110010 | 11000110 | 0 | 1101 | 11 | 10100 | 100111010 | 10100 | 1001011 |
Color Harmonies of #CCB2C6
Complementary color
Monochromatic Colors of #CCB2C6
Black with #CCB2C6
Text Example
Text Example
White with #CCB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2C6; }
p { color: rgb(204,178,198); }
H1.HeaderClassName
{
color: #CCB2C6;
}
.AnyTagClassName
{
color: #CCB2C6;
}
</style>
background-color css
<style>
a { background-color: #CCB2C6; }
a { background-color: rgb(204,178,198); }
div.DivClassName
{
background-color: #CCB2C6;
}
.BgClassName
{
background-color: #CCB2C6;
}
</style>
border-color css
<style>
span { border-color: #CCB2C6; }
span { border-color: rgb(204,178,198); }
td.TdClassName
{
border-color: #CCB2C6;
}
.TagClassName
{
border-color: #CCB2C6;
}
</style>