Shades of Maverick #CCBCC8
Tints of Maverick #CCBCC8
RGB
CMYK
RGB Variations
Color information
#CCBCC8 (or 0xCCBCC8) is known color: Maverick. HEX triplet: CC, BC and C8. RGB value is (204,188,200). Sum of RGB (Red+Green+Blue) = 204+188+200=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC8 is #334337. Grayscale: #C2C2C2. Windows color (decimal): -3359544 or 13155532. OLE color: 13155532.
HSL color Cylindrical-coordinate representation of color #CCBCC8: hue angle of 315º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBCC8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 188 | 200 | - |
CMYK | 0 | 0.08 | 0.02 | 0.2 |
HSL | 315º | 0.14% | 0.77% | - |
HSV(B) | 315º | 0.08% | 0.8% | - |
XYZ | 53.31 | 52.97 | 62.06 | - |
YUV | 194.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 188 | 200 | 0 | 0.08 | 0.02 | 0.2 | 315 | 0.14 | 0.77 |
Hex | CC | BC | C8 | 0 | 8 | 2 | 14 | 13B | E | 4D |
Octal | 314 | 274 | 310 | 0 | 10 | 2 | 24 | 473 | 16 | 115 |
Binary | 11001100 | 10111100 | 11001000 | 0 | 1000 | 10 | 10100 | 100111011 | 1110 | 1001101 |
Color Harmonies of #CCBCC8
Complementary color
Monochromatic Colors of #CCBCC8
Black with #CCBCC8
Text Example
Text Example
White with #CCBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCC8; }
p { color: rgb(204,188,200); }
H1.HeaderClassName
{
color: #CCBCC8;
}
.AnyTagClassName
{
color: #CCBCC8;
}
</style>
background-color css
<style>
a { background-color: #CCBCC8; }
a { background-color: rgb(204,188,200); }
div.DivClassName
{
background-color: #CCBCC8;
}
.BgClassName
{
background-color: #CCBCC8;
}
</style>
border-color css
<style>
span { border-color: #CCBCC8; }
span { border-color: rgb(204,188,200); }
td.TdClassName
{
border-color: #CCBCC8;
}
.TagClassName
{
border-color: #CCBCC8;
}
</style>