Shades of Maverick #CDA9C3
Tints of Maverick #CDA9C3
RGB
CMYK
RGB Variations
Color information
#CDA9C3 (or 0xCDA9C3) is known color: Maverick. HEX triplet: CD, A9 and C3. RGB value is (205,169,195). Sum of RGB (Red+Green+Blue) = 205+169+195=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9C3 is #32563C. Grayscale: #B6B6B6. Windows color (decimal): -3298877 or 12822989. OLE color: 12822989.
HSL color Cylindrical-coordinate representation of color #CDA9C3: hue angle of 316.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9C3 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 195 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.20 |
| HSL | 316.67º | 0.26% | 0.73% | - |
| HSV(B) | 316.67º | 0.18% | 0.8% | - |
| XYZ | 49.22 | 45.3 | 57.78 | - |
| YUV | 182.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 195 | 0 | 0.18 | 0.05 | 0.20 | 316.67 | 0.26 | 0.73 |
| Hex | CD | A9 | C3 | 0 | 12 | 5 | 14 | 13D | 1A | 49 |
| Octal | 315 | 251 | 303 | 0 | 22 | 5 | 24 | 475 | 32 | 111 |
| Binary | 11001101 | 10101001 | 11000011 | 0 | 10010 | 101 | 10100 | 100111101 | 11010 | 1001001 |
Color Harmonies of #CDA9C3
Complementary color
Monochromatic Colors of #CDA9C3
Black with #CDA9C3
Text Example
Text Example
White with #CDA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9C3; }
p { color: rgb(205,169,195); }
H1.HeaderClassName
{
color: #CDA9C3;
}
.AnyTagClassName
{
color: #CDA9C3;
}
</style>
background-color css
<style>
a { background-color: #CDA9C3; }
a { background-color: rgb(205,169,195); }
div.DivClassName
{
background-color: #CDA9C3;
}
.BgClassName
{
background-color: #CDA9C3;
}
</style>
border-color css
<style>
span { border-color: #CDA9C3; }
span { border-color: rgb(205,169,195); }
td.TdClassName
{
border-color: #CDA9C3;
}
.TagClassName
{
border-color: #CDA9C3;
}
</style>