Shades of Maverick #C8AFBE
Tints of Maverick #C8AFBE
RGB
CMYK
RGB Variations
Color information
#C8AFBE (or 0xC8AFBE) is known color: Maverick. HEX triplet: C8, AF and BE. RGB value is (200,175,190). Sum of RGB (Red+Green+Blue) = 200+175+190=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBE is #375041. Grayscale: #B8B8B8. Windows color (decimal): -3625026 or 12496840. OLE color: 12496840.
HSL color Cylindrical-coordinate representation of color #C8AFBE: hue angle of 324º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8AFBE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 175 | 190 | - |
CMYK | 0 | 0.12 | 0.05 | 0.22 |
HSL | 324º | 0.19% | 0.74% | - |
HSV(B) | 324º | 0.13% | 0.78% | - |
XYZ | 48.44 | 46.66 | 55.17 | - |
YUV | 184.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 175 | 190 | 0 | 0.12 | 0.05 | 0.22 | 324 | 0.19 | 0.74 |
Hex | C8 | AF | BE | 0 | C | 5 | 16 | 144 | 13 | 4A |
Octal | 310 | 257 | 276 | 0 | 14 | 5 | 26 | 504 | 23 | 112 |
Binary | 11001000 | 10101111 | 10111110 | 0 | 1100 | 101 | 10110 | 101000100 | 10011 | 1001010 |
Color Harmonies of #C8AFBE
Complementary color
Monochromatic Colors of #C8AFBE
Black with #C8AFBE
Text Example
Text Example
White with #C8AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFBE; }
p { color: rgb(200,175,190); }
H1.HeaderClassName
{
color: #C8AFBE;
}
.AnyTagClassName
{
color: #C8AFBE;
}
</style>
background-color css
<style>
a { background-color: #C8AFBE; }
a { background-color: rgb(200,175,190); }
div.DivClassName
{
background-color: #C8AFBE;
}
.BgClassName
{
background-color: #C8AFBE;
}
</style>
border-color css
<style>
span { border-color: #C8AFBE; }
span { border-color: rgb(200,175,190); }
td.TdClassName
{
border-color: #C8AFBE;
}
.TagClassName
{
border-color: #C8AFBE;
}
</style>