Shades of Maverick #CDAFC1
Tints of Maverick #CDAFC1
RGB
CMYK
RGB Variations
Color information
#CDAFC1 (or 0xCDAFC1) is known color: Maverick. HEX triplet: CD, AF and C1. RGB value is (205,175,193). Sum of RGB (Red+Green+Blue) = 205+175+193=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC1 is #32503E. Grayscale: #B9B9B9. Windows color (decimal): -3297343 or 12693453. OLE color: 12693453.
HSL color Cylindrical-coordinate representation of color #CDAFC1: hue angle of 324º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 193 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.20 |
| HSL | 324º | 0.23% | 0.75% | - |
| HSV(B) | 324º | 0.15% | 0.8% | - |
| XYZ | 50.13 | 47.49 | 56.98 | - |
| YUV | 186.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 193 | 0 | 0.15 | 0.06 | 0.20 | 324 | 0.23 | 0.75 |
| Hex | CD | AF | C1 | 0 | F | 6 | 14 | 144 | 17 | 4B |
| Octal | 315 | 257 | 301 | 0 | 17 | 6 | 24 | 504 | 27 | 113 |
| Binary | 11001101 | 10101111 | 11000001 | 0 | 1111 | 110 | 10100 | 101000100 | 10111 | 1001011 |
Color Harmonies of #CDAFC1
Complementary color
Monochromatic Colors of #CDAFC1
Black with #CDAFC1
Text Example
Text Example
White with #CDAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFC1; }
p { color: rgb(205,175,193); }
H1.HeaderClassName
{
color: #CDAFC1;
}
.AnyTagClassName
{
color: #CDAFC1;
}
</style>
background-color css
<style>
a { background-color: #CDAFC1; }
a { background-color: rgb(205,175,193); }
div.DivClassName
{
background-color: #CDAFC1;
}
.BgClassName
{
background-color: #CDAFC1;
}
</style>
border-color css
<style>
span { border-color: #CDAFC1; }
span { border-color: rgb(205,175,193); }
td.TdClassName
{
border-color: #CDAFC1;
}
.TagClassName
{
border-color: #CDAFC1;
}
</style>