Shades of Maverick #CCB1C3
Tints of Maverick #CCB1C3
RGB
CMYK
RGB Variations
Color information
#CCB1C3 (or 0xCCB1C3) is known color: Maverick. HEX triplet: CC, B1 and C3. RGB value is (204,177,195). Sum of RGB (Red+Green+Blue) = 204+177+195=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1C3 is #334E3C. Grayscale: #BBBBBB. Windows color (decimal): -3362365 or 12825036. OLE color: 12825036.
HSL color Cylindrical-coordinate representation of color #CCB1C3: hue angle of 320º degrees, saturation: 0.21, 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 #CCB1C3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 195 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.2 |
| HSL | 320º | 0.21% | 0.75% | - |
| HSV(B) | 320º | 0.13% | 0.8% | - |
| XYZ | 50.47 | 48.22 | 58.28 | - |
| YUV | 187.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 195 | 0 | 0.13 | 0.04 | 0.2 | 320 | 0.21 | 0.75 |
| Hex | CC | B1 | C3 | 0 | D | 4 | 14 | 140 | 15 | 4B |
| Octal | 314 | 261 | 303 | 0 | 15 | 4 | 24 | 500 | 25 | 113 |
| Binary | 11001100 | 10110001 | 11000011 | 0 | 1101 | 100 | 10100 | 101000000 | 10101 | 1001011 |
Color Harmonies of #CCB1C3
Complementary color
Monochromatic Colors of #CCB1C3
Black with #CCB1C3
Text Example
Text Example
White with #CCB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1C3; }
p { color: rgb(204,177,195); }
H1.HeaderClassName
{
color: #CCB1C3;
}
.AnyTagClassName
{
color: #CCB1C3;
}
</style>
background-color css
<style>
a { background-color: #CCB1C3; }
a { background-color: rgb(204,177,195); }
div.DivClassName
{
background-color: #CCB1C3;
}
.BgClassName
{
background-color: #CCB1C3;
}
</style>
border-color css
<style>
span { border-color: #CCB1C3; }
span { border-color: rgb(204,177,195); }
td.TdClassName
{
border-color: #CCB1C3;
}
.TagClassName
{
border-color: #CCB1C3;
}
</style>