Shades of Maverick #CCB0C2
Tints of Maverick #CCB0C2
RGB
CMYK
RGB Variations
Color information
#CCB0C2 (or 0xCCB0C2) is known color: Maverick. HEX triplet: CC, B0 and C2. RGB value is (204,176,194). Sum of RGB (Red+Green+Blue) = 204+176+194=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0C2 is #334F3D. Grayscale: #BABABA. Windows color (decimal): -3362622 or 12759244. OLE color: 12759244.
HSL color Cylindrical-coordinate representation of color #CCB0C2: hue angle of 321.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0C2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 194 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.2 |
| HSL | 321.43º | 0.22% | 0.75% | - |
| HSV(B) | 321.43º | 0.14% | 0.8% | - |
| XYZ | 50.16 | 47.78 | 57.62 | - |
| YUV | 186.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 194 | 0 | 0.14 | 0.05 | 0.2 | 321.43 | 0.22 | 0.75 |
| Hex | CC | B0 | C2 | 0 | E | 5 | 14 | 141 | 16 | 4B |
| Octal | 314 | 260 | 302 | 0 | 16 | 5 | 24 | 501 | 26 | 113 |
| Binary | 11001100 | 10110000 | 11000010 | 0 | 1110 | 101 | 10100 | 101000001 | 10110 | 1001011 |
Color Harmonies of #CCB0C2
Complementary color
Monochromatic Colors of #CCB0C2
Black with #CCB0C2
Text Example
Text Example
White with #CCB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0C2; }
p { color: rgb(204,176,194); }
H1.HeaderClassName
{
color: #CCB0C2;
}
.AnyTagClassName
{
color: #CCB0C2;
}
</style>
background-color css
<style>
a { background-color: #CCB0C2; }
a { background-color: rgb(204,176,194); }
div.DivClassName
{
background-color: #CCB0C2;
}
.BgClassName
{
background-color: #CCB0C2;
}
</style>
border-color css
<style>
span { border-color: #CCB0C2; }
span { border-color: rgb(204,176,194); }
td.TdClassName
{
border-color: #CCB0C2;
}
.TagClassName
{
border-color: #CCB0C2;
}
</style>