Shades of Maverick #CDBCC7
Tints of Maverick #CDBCC7
RGB
CMYK
RGB Variations
Color information
#CDBCC7 (or 0xCDBCC7) is known color: Maverick. HEX triplet: CD, BC and C7. RGB value is (205,188,199). Sum of RGB (Red+Green+Blue) = 205+188+199=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCC7 is #324338. Grayscale: #C2C2C2. Windows color (decimal): -3294009 or 13089997. OLE color: 13089997.
HSL color Cylindrical-coordinate representation of color #CDBCC7: hue angle of 321.18º degrees, saturation: 0.15, 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 #CDBCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 199 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.20 |
| HSL | 321.18º | 0.15% | 0.77% | - |
| HSV(B) | 321.18º | 0.08% | 0.8% | - |
| XYZ | 53.47 | 53.07 | 61.46 | - |
| YUV | 194.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 199 | 0 | 0.08 | 0.03 | 0.20 | 321.18 | 0.15 | 0.77 |
| Hex | CD | BC | C7 | 0 | 8 | 3 | 14 | 141 | F | 4D |
| Octal | 315 | 274 | 307 | 0 | 10 | 3 | 24 | 501 | 17 | 115 |
| Binary | 11001101 | 10111100 | 11000111 | 0 | 1000 | 11 | 10100 | 101000001 | 1111 | 1001101 |
Color Harmonies of #CDBCC7
Complementary color
Monochromatic Colors of #CDBCC7
Black with #CDBCC7
Text Example
Text Example
White with #CDBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCC7; }
p { color: rgb(205,188,199); }
H1.HeaderClassName
{
color: #CDBCC7;
}
.AnyTagClassName
{
color: #CDBCC7;
}
</style>
background-color css
<style>
a { background-color: #CDBCC7; }
a { background-color: rgb(205,188,199); }
div.DivClassName
{
background-color: #CDBCC7;
}
.BgClassName
{
background-color: #CDBCC7;
}
</style>
border-color css
<style>
span { border-color: #CDBCC7; }
span { border-color: rgb(205,188,199); }
td.TdClassName
{
border-color: #CDBCC7;
}
.TagClassName
{
border-color: #CDBCC7;
}
</style>