Shades of Maverick #CDAFC6
Tints of Maverick #CDAFC6
RGB
CMYK
RGB Variations
Color information
#CDAFC6 (or 0xCDAFC6) is known color: Maverick. HEX triplet: CD, AF and C6. RGB value is (205,175,198). Sum of RGB (Red+Green+Blue) = 205+175+198=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC6 is #325039. Grayscale: #BABABA. Windows color (decimal): -3297338 or 13021133. OLE color: 13021133.
HSL color Cylindrical-coordinate representation of color #CDAFC6: hue angle of 314º 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 #CDAFC6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 175 | 198 | - |
CMYK | 0 | 0.15 | 0.03 | 0.20 |
HSL | 314º | 0.23% | 0.75% | - |
HSV(B) | 314º | 0.15% | 0.8% | - |
XYZ | 50.7 | 47.72 | 59.96 | - |
YUV | 186.59 | 134.44 | 141.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 175 | 198 | 0 | 0.15 | 0.03 | 0.20 | 314 | 0.23 | 0.75 |
Hex | CD | AF | C6 | 0 | F | 3 | 14 | 13A | 17 | 4B |
Octal | 315 | 257 | 306 | 0 | 17 | 3 | 24 | 472 | 27 | 113 |
Binary | 11001101 | 10101111 | 11000110 | 0 | 1111 | 11 | 10100 | 100111010 | 10111 | 1001011 |
Color Harmonies of #CDAFC6
Complementary color
Monochromatic Colors of #CDAFC6
Black with #CDAFC6
Text Example
Text Example
White with #CDAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFC6; }
p { color: rgb(205,175,198); }
H1.HeaderClassName
{
color: #CDAFC6;
}
.AnyTagClassName
{
color: #CDAFC6;
}
</style>
background-color css
<style>
a { background-color: #CDAFC6; }
a { background-color: rgb(205,175,198); }
div.DivClassName
{
background-color: #CDAFC6;
}
.BgClassName
{
background-color: #CDAFC6;
}
</style>
border-color css
<style>
span { border-color: #CDAFC6; }
span { border-color: rgb(205,175,198); }
td.TdClassName
{
border-color: #CDAFC6;
}
.TagClassName
{
border-color: #CDAFC6;
}
</style>