Shades of Maverick #CDABBC
Tints of Maverick #CDABBC
RGB
CMYK
RGB Variations
Color information
#CDABBC (or 0xCDABBC) is known color: Maverick. HEX triplet: CD, AB and BC. RGB value is (205,171,188). Sum of RGB (Red+Green+Blue) = 205+171+188=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBC is #325443. Grayscale: #B7B7B7. Windows color (decimal): -3298372 or 12364749. OLE color: 12364749.
HSL color Cylindrical-coordinate representation of color #CDABBC: hue angle of 330º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABBC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 188 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.20 |
| HSL | 330º | 0.25% | 0.74% | - |
| HSV(B) | 330º | 0.17% | 0.8% | - |
| XYZ | 48.82 | 45.74 | 53.83 | - |
| YUV | 183.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 188 | 0 | 0.17 | 0.08 | 0.20 | 330 | 0.25 | 0.74 |
| Hex | CD | AB | BC | 0 | 11 | 8 | 14 | 14A | 19 | 4A |
| Octal | 315 | 253 | 274 | 0 | 21 | 10 | 24 | 512 | 31 | 112 |
| Binary | 11001101 | 10101011 | 10111100 | 0 | 10001 | 1000 | 10100 | 101001010 | 11001 | 1001010 |
Color Harmonies of #CDABBC
Complementary color
Monochromatic Colors of #CDABBC
Black with #CDABBC
Text Example
Text Example
White with #CDABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABBC; }
p { color: rgb(205,171,188); }
H1.HeaderClassName
{
color: #CDABBC;
}
.AnyTagClassName
{
color: #CDABBC;
}
</style>
background-color css
<style>
a { background-color: #CDABBC; }
a { background-color: rgb(205,171,188); }
div.DivClassName
{
background-color: #CDABBC;
}
.BgClassName
{
background-color: #CDABBC;
}
</style>
border-color css
<style>
span { border-color: #CDABBC; }
span { border-color: rgb(205,171,188); }
td.TdClassName
{
border-color: #CDABBC;
}
.TagClassName
{
border-color: #CDABBC;
}
</style>