Shades of Maverick #CDB0C4
Tints of Maverick #CDB0C4
RGB
CMYK
RGB Variations
Color information
#CDB0C4 (or 0xCDB0C4) is known color: Maverick. HEX triplet: CD, B0 and C4. RGB value is (205,176,196). Sum of RGB (Red+Green+Blue) = 205+176+196=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C4 is #324F3B. Grayscale: #BABABA. Windows color (decimal): -3297084 or 12890317. OLE color: 12890317.
HSL color Cylindrical-coordinate representation of color #CDB0C4: hue angle of 318.62º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0C4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 196 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.20 |
| HSL | 318.62º | 0.22% | 0.75% | - |
| HSV(B) | 318.62º | 0.14% | 0.8% | - |
| XYZ | 50.67 | 48.02 | 58.82 | - |
| YUV | 186.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 196 | 0 | 0.14 | 0.04 | 0.20 | 318.62 | 0.22 | 0.75 |
| Hex | CD | B0 | C4 | 0 | E | 4 | 14 | 13F | 16 | 4B |
| Octal | 315 | 260 | 304 | 0 | 16 | 4 | 24 | 477 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11000100 | 0 | 1110 | 100 | 10100 | 100111111 | 10110 | 1001011 |
Color Harmonies of #CDB0C4
Complementary color
Monochromatic Colors of #CDB0C4
Black with #CDB0C4
Text Example
Text Example
White with #CDB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C4; }
p { color: rgb(205,176,196); }
H1.HeaderClassName
{
color: #CDB0C4;
}
.AnyTagClassName
{
color: #CDB0C4;
}
</style>
background-color css
<style>
a { background-color: #CDB0C4; }
a { background-color: rgb(205,176,196); }
div.DivClassName
{
background-color: #CDB0C4;
}
.BgClassName
{
background-color: #CDB0C4;
}
</style>
border-color css
<style>
span { border-color: #CDB0C4; }
span { border-color: rgb(205,176,196); }
td.TdClassName
{
border-color: #CDB0C4;
}
.TagClassName
{
border-color: #CDB0C4;
}
</style>