Shades of Maverick #CCB2C5
Tints of Maverick #CCB2C5
RGB
CMYK
RGB Variations
Color information
#CCB2C5 (or 0xCCB2C5) is known color: Maverick. HEX triplet: CC, B2 and C5. RGB value is (204,178,197). Sum of RGB (Red+Green+Blue) = 204+178+197=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C5 is #334D3A. Grayscale: #BBBBBB. Windows color (decimal): -3362107 or 12956364. OLE color: 12956364.
HSL color Cylindrical-coordinate representation of color #CCB2C5: hue angle of 316.15º 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 #CCB2C5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 197 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.2 |
| HSL | 316.15º | 0.2% | 0.75% | - |
| HSV(B) | 316.15º | 0.13% | 0.8% | - |
| XYZ | 50.9 | 48.71 | 59.54 | - |
| YUV | 187.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 197 | 0 | 0.13 | 0.03 | 0.2 | 316.15 | 0.2 | 0.75 |
| Hex | CC | B2 | C5 | 0 | D | 3 | 14 | 13C | 14 | 4B |
| Octal | 314 | 262 | 305 | 0 | 15 | 3 | 24 | 474 | 24 | 113 |
| Binary | 11001100 | 10110010 | 11000101 | 0 | 1101 | 11 | 10100 | 100111100 | 10100 | 1001011 |
Color Harmonies of #CCB2C5
Complementary color
Monochromatic Colors of #CCB2C5
Black with #CCB2C5
Text Example
Text Example
White with #CCB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2C5; }
p { color: rgb(204,178,197); }
H1.HeaderClassName
{
color: #CCB2C5;
}
.AnyTagClassName
{
color: #CCB2C5;
}
</style>
background-color css
<style>
a { background-color: #CCB2C5; }
a { background-color: rgb(204,178,197); }
div.DivClassName
{
background-color: #CCB2C5;
}
.BgClassName
{
background-color: #CCB2C5;
}
</style>
border-color css
<style>
span { border-color: #CCB2C5; }
span { border-color: rgb(204,178,197); }
td.TdClassName
{
border-color: #CCB2C5;
}
.TagClassName
{
border-color: #CCB2C5;
}
</style>