Shades of Maverick #CCB2C4
Tints of Maverick #CCB2C4
RGB
CMYK
RGB Variations
Color information
#CCB2C4 (or 0xCCB2C4) is known color: Maverick. HEX triplet: CC, B2 and C4. RGB value is (204,178,196). Sum of RGB (Red+Green+Blue) = 204+178+196=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C4 is #334D3B. Grayscale: #BBBBBB. Windows color (decimal): -3362108 or 12890828. OLE color: 12890828.
HSL color Cylindrical-coordinate representation of color #CCB2C4: hue angle of 318.46º 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 #CCB2C4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 196 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.2 |
| HSL | 318.46º | 0.2% | 0.75% | - |
| HSV(B) | 318.46º | 0.13% | 0.8% | - |
| XYZ | 50.79 | 48.66 | 58.94 | - |
| YUV | 187.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 196 | 0 | 0.13 | 0.04 | 0.2 | 318.46 | 0.2 | 0.75 |
| Hex | CC | B2 | C4 | 0 | D | 4 | 14 | 13E | 14 | 4B |
| Octal | 314 | 262 | 304 | 0 | 15 | 4 | 24 | 476 | 24 | 113 |
| Binary | 11001100 | 10110010 | 11000100 | 0 | 1101 | 100 | 10100 | 100111110 | 10100 | 1001011 |
Color Harmonies of #CCB2C4
Complementary color
Monochromatic Colors of #CCB2C4
Black with #CCB2C4
Text Example
Text Example
White with #CCB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2C4; }
p { color: rgb(204,178,196); }
H1.HeaderClassName
{
color: #CCB2C4;
}
.AnyTagClassName
{
color: #CCB2C4;
}
</style>
background-color css
<style>
a { background-color: #CCB2C4; }
a { background-color: rgb(204,178,196); }
div.DivClassName
{
background-color: #CCB2C4;
}
.BgClassName
{
background-color: #CCB2C4;
}
</style>
border-color css
<style>
span { border-color: #CCB2C4; }
span { border-color: rgb(204,178,196); }
td.TdClassName
{
border-color: #CCB2C4;
}
.TagClassName
{
border-color: #CCB2C4;
}
</style>