Shades of Maverick #CDB2C6
Tints of Maverick #CDB2C6
RGB
CMYK
RGB Variations
Color information
#CDB2C6 (or 0xCDB2C6) is known color: Maverick. HEX triplet: CD, B2 and C6. RGB value is (205,178,198). Sum of RGB (Red+Green+Blue) = 205+178+198=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2C6 is #324D39. Grayscale: #BCBCBC. Windows color (decimal): -3296570 or 13021901. OLE color: 13021901.
HSL color Cylindrical-coordinate representation of color #CDB2C6: hue angle of 315.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2C6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 198 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.20 |
| HSL | 315.56º | 0.21% | 0.75% | - |
| HSV(B) | 315.56º | 0.13% | 0.8% | - |
| XYZ | 51.29 | 48.9 | 60.16 | - |
| YUV | 188.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 198 | 0 | 0.13 | 0.03 | 0.20 | 315.56 | 0.21 | 0.75 |
| Hex | CD | B2 | C6 | 0 | D | 3 | 14 | 13C | 15 | 4B |
| Octal | 315 | 262 | 306 | 0 | 15 | 3 | 24 | 474 | 25 | 113 |
| Binary | 11001101 | 10110010 | 11000110 | 0 | 1101 | 11 | 10100 | 100111100 | 10101 | 1001011 |
Color Harmonies of #CDB2C6
Complementary color
Monochromatic Colors of #CDB2C6
Black with #CDB2C6
Text Example
Text Example
White with #CDB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2C6; }
p { color: rgb(205,178,198); }
H1.HeaderClassName
{
color: #CDB2C6;
}
.AnyTagClassName
{
color: #CDB2C6;
}
</style>
background-color css
<style>
a { background-color: #CDB2C6; }
a { background-color: rgb(205,178,198); }
div.DivClassName
{
background-color: #CDB2C6;
}
.BgClassName
{
background-color: #CDB2C6;
}
</style>
border-color css
<style>
span { border-color: #CDB2C6; }
span { border-color: rgb(205,178,198); }
td.TdClassName
{
border-color: #CDB2C6;
}
.TagClassName
{
border-color: #CDB2C6;
}
</style>