Shades of Maverick #CFACC3
Tints of Maverick #CFACC3
RGB
CMYK
RGB Variations
Color information
#CFACC3 (or 0xCFACC3) is known color: Maverick. HEX triplet: CF, AC and C3. RGB value is (207,172,195). Sum of RGB (Red+Green+Blue) = 207+172+195=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC3 is #30533C. Grayscale: #B9B9B9. Windows color (decimal): -3167037 or 12823759. OLE color: 12823759.
HSL color Cylindrical-coordinate representation of color #CFACC3: hue angle of 320.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACC3 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 195 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.19 |
| HSL | 320.57º | 0.27% | 0.74% | - |
| HSV(B) | 320.57º | 0.17% | 0.81% | - |
| XYZ | 50.33 | 46.71 | 57.99 | - |
| YUV | 185.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 195 | 0 | 0.17 | 0.06 | 0.19 | 320.57 | 0.27 | 0.74 |
| Hex | CF | AC | C3 | 0 | 11 | 6 | 13 | 141 | 1B | 4A |
| Octal | 317 | 254 | 303 | 0 | 21 | 6 | 23 | 501 | 33 | 112 |
| Binary | 11001111 | 10101100 | 11000011 | 0 | 10001 | 110 | 10011 | 101000001 | 11011 | 1001010 |
Color Harmonies of #CFACC3
Complementary color
Monochromatic Colors of #CFACC3
Black with #CFACC3
Text Example
Text Example
White with #CFACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACC3; }
p { color: rgb(207,172,195); }
H1.HeaderClassName
{
color: #CFACC3;
}
.AnyTagClassName
{
color: #CFACC3;
}
</style>
background-color css
<style>
a { background-color: #CFACC3; }
a { background-color: rgb(207,172,195); }
div.DivClassName
{
background-color: #CFACC3;
}
.BgClassName
{
background-color: #CFACC3;
}
</style>
border-color css
<style>
span { border-color: #CFACC3; }
span { border-color: rgb(207,172,195); }
td.TdClassName
{
border-color: #CFACC3;
}
.TagClassName
{
border-color: #CFACC3;
}
</style>