Shades of Maverick #CFA8C3
Tints of Maverick #CFA8C3
RGB
CMYK
RGB Variations
Color information
#CFA8C3 (or 0xCFA8C3) is known color: Maverick. HEX triplet: CF, A8 and C3. RGB value is (207,168,195). Sum of RGB (Red+Green+Blue) = 207+168+195=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C3 is #30573C. Grayscale: #B6B6B6. Windows color (decimal): -3168061 or 12822735. OLE color: 12822735.
HSL color Cylindrical-coordinate representation of color #CFA8C3: hue angle of 318.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8C3 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 195 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.19 |
| HSL | 318.46º | 0.29% | 0.74% | - |
| HSV(B) | 318.46º | 0.19% | 0.81% | - |
| XYZ | 49.59 | 45.21 | 57.74 | - |
| YUV | 182.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 195 | 0 | 0.19 | 0.06 | 0.19 | 318.46 | 0.29 | 0.74 |
| Hex | CF | A8 | C3 | 0 | 13 | 6 | 13 | 13E | 1D | 4A |
| Octal | 317 | 250 | 303 | 0 | 23 | 6 | 23 | 476 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11000011 | 0 | 10011 | 110 | 10011 | 100111110 | 11101 | 1001010 |
Color Harmonies of #CFA8C3
Complementary color
Monochromatic Colors of #CFA8C3
Black with #CFA8C3
Text Example
Text Example
White with #CFA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C3; }
p { color: rgb(207,168,195); }
H1.HeaderClassName
{
color: #CFA8C3;
}
.AnyTagClassName
{
color: #CFA8C3;
}
</style>
background-color css
<style>
a { background-color: #CFA8C3; }
a { background-color: rgb(207,168,195); }
div.DivClassName
{
background-color: #CFA8C3;
}
.BgClassName
{
background-color: #CFA8C3;
}
</style>
border-color css
<style>
span { border-color: #CFA8C3; }
span { border-color: rgb(207,168,195); }
td.TdClassName
{
border-color: #CFA8C3;
}
.TagClassName
{
border-color: #CFA8C3;
}
</style>