Shades of Maverick #CBBDC7
Tints of Maverick #CBBDC7
RGB
CMYK
RGB Variations
Color information
#CBBDC7 (or 0xCBBDC7) is known color: Maverick. HEX triplet: CB, BD and C7. RGB value is (203,189,199). Sum of RGB (Red+Green+Blue) = 203+189+199=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC7 is #344238. Grayscale: #C2C2C2. Windows color (decimal): -3424825 or 13090251. OLE color: 13090251.
HSL color Cylindrical-coordinate representation of color #CBBDC7: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 189 | 199 | - |
CMYK | 0 | 0.07 | 0.02 | 0.20 |
HSL | 317.14º | 0.12% | 0.77% | - |
HSV(B) | 317.14º | 0.07% | 0.8% | - |
XYZ | 53.14 | 53.22 | 61.5 | - |
YUV | 194.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 189 | 199 | 0 | 0.07 | 0.02 | 0.20 | 317.14 | 0.12 | 0.77 |
Hex | CB | BD | C7 | 0 | 7 | 2 | 14 | 13D | C | 4D |
Octal | 313 | 275 | 307 | 0 | 7 | 2 | 24 | 475 | 14 | 115 |
Binary | 11001011 | 10111101 | 11000111 | 0 | 111 | 10 | 10100 | 100111101 | 1100 | 1001101 |
Color Harmonies of #CBBDC7
Complementary color
Monochromatic Colors of #CBBDC7
Black with #CBBDC7
Text Example
Text Example
White with #CBBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC7; }
p { color: rgb(203,189,199); }
H1.HeaderClassName
{
color: #CBBDC7;
}
.AnyTagClassName
{
color: #CBBDC7;
}
</style>
background-color css
<style>
a { background-color: #CBBDC7; }
a { background-color: rgb(203,189,199); }
div.DivClassName
{
background-color: #CBBDC7;
}
.BgClassName
{
background-color: #CBBDC7;
}
</style>
border-color css
<style>
span { border-color: #CBBDC7; }
span { border-color: rgb(203,189,199); }
td.TdClassName
{
border-color: #CBBDC7;
}
.TagClassName
{
border-color: #CBBDC7;
}
</style>