Shades of Maverick #CFC2CC
Tints of Maverick #CFC2CC
RGB
CMYK
RGB Variations
Color information
#CFC2CC (or 0xCFC2CC) is known color: Maverick. HEX triplet: CF, C2 and CC. RGB value is (207,194,204). Sum of RGB (Red+Green+Blue) = 207+194+204=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2CC is #303D33. Grayscale: #C7C7C7. Windows color (decimal): -3161396 or 13419215. OLE color: 13419215.
HSL color Cylindrical-coordinate representation of color #CFC2CC: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2CC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 204 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.19 |
| HSL | 313.85º | 0.12% | 0.79% | - |
| HSV(B) | 313.85º | 0.06% | 0.81% | - |
| XYZ | 55.92 | 56.21 | 65.03 | - |
| YUV | 199.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 204 | 0 | 0.06 | 0.01 | 0.19 | 313.85 | 0.12 | 0.79 |
| Hex | CF | C2 | CC | 0 | 6 | 1 | 13 | 13A | C | 4F |
| Octal | 317 | 302 | 314 | 0 | 6 | 1 | 23 | 472 | 14 | 117 |
| Binary | 11001111 | 11000010 | 11001100 | 0 | 110 | 1 | 10011 | 100111010 | 1100 | 1001111 |
Color Harmonies of #CFC2CC
Complementary color
Monochromatic Colors of #CFC2CC
Black with #CFC2CC
Text Example
Text Example
White with #CFC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2CC; }
p { color: rgb(207,194,204); }
H1.HeaderClassName
{
color: #CFC2CC;
}
.AnyTagClassName
{
color: #CFC2CC;
}
</style>
background-color css
<style>
a { background-color: #CFC2CC; }
a { background-color: rgb(207,194,204); }
div.DivClassName
{
background-color: #CFC2CC;
}
.BgClassName
{
background-color: #CFC2CC;
}
</style>
border-color css
<style>
span { border-color: #CFC2CC; }
span { border-color: rgb(207,194,204); }
td.TdClassName
{
border-color: #CFC2CC;
}
.TagClassName
{
border-color: #CFC2CC;
}
</style>