Shades of Maverick #CCB1C2
Tints of Maverick #CCB1C2
RGB
CMYK
RGB Variations
Color information
#CCB1C2 (or 0xCCB1C2) is known color: Maverick. HEX triplet: CC, B1 and C2. RGB value is (204,177,194). Sum of RGB (Red+Green+Blue) = 204+177+194=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1C2 is #334E3D. Grayscale: #BABABA. Windows color (decimal): -3362366 or 12759500. OLE color: 12759500.
HSL color Cylindrical-coordinate representation of color #CCB1C2: hue angle of 322.22º 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 #CCB1C2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 194 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.2 |
| HSL | 322.22º | 0.21% | 0.75% | - |
| HSV(B) | 322.22º | 0.13% | 0.8% | - |
| XYZ | 50.36 | 48.18 | 57.68 | - |
| YUV | 187.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 194 | 0 | 0.13 | 0.05 | 0.2 | 322.22 | 0.21 | 0.75 |
| Hex | CC | B1 | C2 | 0 | D | 5 | 14 | 142 | 15 | 4B |
| Octal | 314 | 261 | 302 | 0 | 15 | 5 | 24 | 502 | 25 | 113 |
| Binary | 11001100 | 10110001 | 11000010 | 0 | 1101 | 101 | 10100 | 101000010 | 10101 | 1001011 |
Color Harmonies of #CCB1C2
Complementary color
Monochromatic Colors of #CCB1C2
Black with #CCB1C2
Text Example
Text Example
White with #CCB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1C2; }
p { color: rgb(204,177,194); }
H1.HeaderClassName
{
color: #CCB1C2;
}
.AnyTagClassName
{
color: #CCB1C2;
}
</style>
background-color css
<style>
a { background-color: #CCB1C2; }
a { background-color: rgb(204,177,194); }
div.DivClassName
{
background-color: #CCB1C2;
}
.BgClassName
{
background-color: #CCB1C2;
}
</style>
border-color css
<style>
span { border-color: #CCB1C2; }
span { border-color: rgb(204,177,194); }
td.TdClassName
{
border-color: #CCB1C2;
}
.TagClassName
{
border-color: #CCB1C2;
}
</style>