Shades of Maverick #C8BBC4
Tints of Maverick #C8BBC4
RGB
CMYK
RGB Variations
Color information
#C8BBC4 (or 0xC8BBC4) is known color: Maverick. HEX triplet: C8, BB and C4. RGB value is (200,187,196). Sum of RGB (Red+Green+Blue) = 200+187+196=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBC4 is #37443B. Grayscale: #BFBFBF. Windows color (decimal): -3621948 or 12893128. OLE color: 12893128.
HSL color Cylindrical-coordinate representation of color #C8BBC4: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BBC4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 187 | 196 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 318.46º | 0.11% | 0.76% | - |
HSV(B) | 318.46º | 0.07% | 0.78% | - |
XYZ | 51.55 | 51.81 | 59.51 | - |
YUV | 191.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 196 | 0 | 0.06 | 0.02 | 0.22 | 318.46 | 0.11 | 0.76 |
Hex | C8 | BB | C4 | 0 | 6 | 2 | 16 | 13E | B | 4C |
Octal | 310 | 273 | 304 | 0 | 6 | 2 | 26 | 476 | 13 | 114 |
Binary | 11001000 | 10111011 | 11000100 | 0 | 110 | 10 | 10110 | 100111110 | 1011 | 1001100 |
Color Harmonies of #C8BBC4
Complementary color
Monochromatic Colors of #C8BBC4
Black with #C8BBC4
Text Example
Text Example
White with #C8BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBC4; }
p { color: rgb(200,187,196); }
H1.HeaderClassName
{
color: #C8BBC4;
}
.AnyTagClassName
{
color: #C8BBC4;
}
</style>
background-color css
<style>
a { background-color: #C8BBC4; }
a { background-color: rgb(200,187,196); }
div.DivClassName
{
background-color: #C8BBC4;
}
.BgClassName
{
background-color: #C8BBC4;
}
</style>
border-color css
<style>
span { border-color: #C8BBC4; }
span { border-color: rgb(200,187,196); }
td.TdClassName
{
border-color: #C8BBC4;
}
.TagClassName
{
border-color: #C8BBC4;
}
</style>