Shades of Maverick #CDAFC3
Tints of Maverick #CDAFC3
RGB
CMYK
RGB Variations
Color information
#CDAFC3 (or 0xCDAFC3) is known color: Maverick. HEX triplet: CD, AF and C3. RGB value is (205,175,195). Sum of RGB (Red+Green+Blue) = 205+175+195=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC3 is #32503C. Grayscale: #BABABA. Windows color (decimal): -3297341 or 12824525. OLE color: 12824525.
HSL color Cylindrical-coordinate representation of color #CDAFC3: hue angle of 320º 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 #CDAFC3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 195 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.20 |
| HSL | 320º | 0.23% | 0.75% | - |
| HSV(B) | 320º | 0.15% | 0.8% | - |
| XYZ | 50.36 | 47.58 | 58.16 | - |
| YUV | 186.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 195 | 0 | 0.15 | 0.05 | 0.20 | 320 | 0.23 | 0.75 |
| Hex | CD | AF | C3 | 0 | F | 5 | 14 | 140 | 17 | 4B |
| Octal | 315 | 257 | 303 | 0 | 17 | 5 | 24 | 500 | 27 | 113 |
| Binary | 11001101 | 10101111 | 11000011 | 0 | 1111 | 101 | 10100 | 101000000 | 10111 | 1001011 |
Color Harmonies of #CDAFC3
Complementary color
Monochromatic Colors of #CDAFC3
Black with #CDAFC3
Text Example
Text Example
White with #CDAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFC3; }
p { color: rgb(205,175,195); }
H1.HeaderClassName
{
color: #CDAFC3;
}
.AnyTagClassName
{
color: #CDAFC3;
}
</style>
background-color css
<style>
a { background-color: #CDAFC3; }
a { background-color: rgb(205,175,195); }
div.DivClassName
{
background-color: #CDAFC3;
}
.BgClassName
{
background-color: #CDAFC3;
}
</style>
border-color css
<style>
span { border-color: #CDAFC3; }
span { border-color: rgb(205,175,195); }
td.TdClassName
{
border-color: #CDAFC3;
}
.TagClassName
{
border-color: #CDAFC3;
}
</style>