Shades of Maverick #CCB1C6
Tints of Maverick #CCB1C6
RGB
CMYK
RGB Variations
Color information
#CCB1C6 (or 0xCCB1C6) is known color: Maverick. HEX triplet: CC, B1 and C6. RGB value is (204,177,198). Sum of RGB (Red+Green+Blue) = 204+177+198=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1C6 is #334E39. Grayscale: #BBBBBB. Windows color (decimal): -3362362 or 13021644. OLE color: 13021644.
HSL color Cylindrical-coordinate representation of color #CCB1C6: hue angle of 313.33º 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 #CCB1C6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 198 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.2 |
| HSL | 313.33º | 0.21% | 0.75% | - |
| HSV(B) | 313.33º | 0.13% | 0.8% | - |
| XYZ | 50.82 | 48.36 | 60.08 | - |
| YUV | 187.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 198 | 0 | 0.13 | 0.03 | 0.2 | 313.33 | 0.21 | 0.75 |
| Hex | CC | B1 | C6 | 0 | D | 3 | 14 | 139 | 15 | 4B |
| Octal | 314 | 261 | 306 | 0 | 15 | 3 | 24 | 471 | 25 | 113 |
| Binary | 11001100 | 10110001 | 11000110 | 0 | 1101 | 11 | 10100 | 100111001 | 10101 | 1001011 |
Color Harmonies of #CCB1C6
Complementary color
Monochromatic Colors of #CCB1C6
Black with #CCB1C6
Text Example
Text Example
White with #CCB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1C6; }
p { color: rgb(204,177,198); }
H1.HeaderClassName
{
color: #CCB1C6;
}
.AnyTagClassName
{
color: #CCB1C6;
}
</style>
background-color css
<style>
a { background-color: #CCB1C6; }
a { background-color: rgb(204,177,198); }
div.DivClassName
{
background-color: #CCB1C6;
}
.BgClassName
{
background-color: #CCB1C6;
}
</style>
border-color css
<style>
span { border-color: #CCB1C6; }
span { border-color: rgb(204,177,198); }
td.TdClassName
{
border-color: #CCB1C6;
}
.TagClassName
{
border-color: #CCB1C6;
}
</style>