Shades of Maverick #CCB9C8
Tints of Maverick #CCB9C8
RGB
CMYK
RGB Variations
Color information
#CCB9C8 (or 0xCCB9C8) is known color: Maverick. HEX triplet: CC, B9 and C8. RGB value is (204,185,200). Sum of RGB (Red+Green+Blue) = 204+185+200=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C8 is #334637. Grayscale: #C0C0C0. Windows color (decimal): -3360312 or 13154764. OLE color: 13154764.
HSL color Cylindrical-coordinate representation of color #CCB9C8: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9C8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 185 | 200 | - |
CMYK | 0 | 0.09 | 0.02 | 0.2 |
HSL | 312.63º | 0.16% | 0.76% | - |
HSV(B) | 312.63º | 0.09% | 0.8% | - |
XYZ | 52.68 | 51.71 | 61.85 | - |
YUV | 192.39 | 132.29 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 185 | 200 | 0 | 0.09 | 0.02 | 0.2 | 312.63 | 0.16 | 0.76 |
Hex | CC | B9 | C8 | 0 | 9 | 2 | 14 | 139 | 10 | 4C |
Octal | 314 | 271 | 310 | 0 | 11 | 2 | 24 | 471 | 20 | 114 |
Binary | 11001100 | 10111001 | 11001000 | 0 | 1001 | 10 | 10100 | 100111001 | 10000 | 1001100 |
Color Harmonies of #CCB9C8
Complementary color
Monochromatic Colors of #CCB9C8
Black with #CCB9C8
Text Example
Text Example
White with #CCB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9C8; }
p { color: rgb(204,185,200); }
H1.HeaderClassName
{
color: #CCB9C8;
}
.AnyTagClassName
{
color: #CCB9C8;
}
</style>
background-color css
<style>
a { background-color: #CCB9C8; }
a { background-color: rgb(204,185,200); }
div.DivClassName
{
background-color: #CCB9C8;
}
.BgClassName
{
background-color: #CCB9C8;
}
</style>
border-color css
<style>
span { border-color: #CCB9C8; }
span { border-color: rgb(204,185,200); }
td.TdClassName
{
border-color: #CCB9C8;
}
.TagClassName
{
border-color: #CCB9C8;
}
</style>