Shades of Maverick #C9B9C6
Tints of Maverick #C9B9C6
RGB
CMYK
RGB Variations
Color information
#C9B9C6 (or 0xC9B9C6) is known color: Maverick. HEX triplet: C9, B9 and C6. RGB value is (201,185,198). Sum of RGB (Red+Green+Blue) = 201+185+198=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9C6 is #364639. Grayscale: #BFBFBF. Windows color (decimal): -3556922 or 13023689. OLE color: 13023689.
HSL color Cylindrical-coordinate representation of color #C9B9C6: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B9C6 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 185 | 198 | - |
CMYK | 0 | 0.08 | 0.01 | 0.21 |
HSL | 311.25º | 0.13% | 0.76% | - |
HSV(B) | 311.25º | 0.08% | 0.79% | - |
XYZ | 51.63 | 51.19 | 60.59 | - |
YUV | 191.27 | 131.8 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 185 | 198 | 0 | 0.08 | 0.01 | 0.21 | 311.25 | 0.13 | 0.76 |
Hex | C9 | B9 | C6 | 0 | 8 | 1 | 15 | 137 | D | 4C |
Octal | 311 | 271 | 306 | 0 | 10 | 1 | 25 | 467 | 15 | 114 |
Binary | 11001001 | 10111001 | 11000110 | 0 | 1000 | 1 | 10101 | 100110111 | 1101 | 1001100 |
Color Harmonies of #C9B9C6
Complementary color
Monochromatic Colors of #C9B9C6
Black with #C9B9C6
Text Example
Text Example
White with #C9B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9C6; }
p { color: rgb(201,185,198); }
H1.HeaderClassName
{
color: #C9B9C6;
}
.AnyTagClassName
{
color: #C9B9C6;
}
</style>
background-color css
<style>
a { background-color: #C9B9C6; }
a { background-color: rgb(201,185,198); }
div.DivClassName
{
background-color: #C9B9C6;
}
.BgClassName
{
background-color: #C9B9C6;
}
</style>
border-color css
<style>
span { border-color: #C9B9C6; }
span { border-color: rgb(201,185,198); }
td.TdClassName
{
border-color: #C9B9C6;
}
.TagClassName
{
border-color: #C9B9C6;
}
</style>