Shades of Maverick #CFB3C3
Tints of Maverick #CFB3C3
RGB
CMYK
RGB Variations
Color information
#CFB3C3 (or 0xCFB3C3) is known color: Maverick. HEX triplet: CF, B3 and C3. RGB value is (207,179,195). Sum of RGB (Red+Green+Blue) = 207+179+195=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3C3 is #304C3C. Grayscale: #BDBDBD. Windows color (decimal): -3165245 or 12825551. OLE color: 12825551.
HSL color Cylindrical-coordinate representation of color #CFB3C3: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3C3 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 195 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.19 |
| HSL | 325.71º | 0.23% | 0.76% | - |
| HSV(B) | 325.71º | 0.14% | 0.81% | - |
| XYZ | 51.7 | 49.45 | 58.45 | - |
| YUV | 189.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 195 | 0 | 0.14 | 0.06 | 0.19 | 325.71 | 0.23 | 0.76 |
| Hex | CF | B3 | C3 | 0 | E | 6 | 13 | 146 | 17 | 4C |
| Octal | 317 | 263 | 303 | 0 | 16 | 6 | 23 | 506 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11000011 | 0 | 1110 | 110 | 10011 | 101000110 | 10111 | 1001100 |
Color Harmonies of #CFB3C3
Complementary color
Monochromatic Colors of #CFB3C3
Black with #CFB3C3
Text Example
Text Example
White with #CFB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3C3; }
p { color: rgb(207,179,195); }
H1.HeaderClassName
{
color: #CFB3C3;
}
.AnyTagClassName
{
color: #CFB3C3;
}
</style>
background-color css
<style>
a { background-color: #CFB3C3; }
a { background-color: rgb(207,179,195); }
div.DivClassName
{
background-color: #CFB3C3;
}
.BgClassName
{
background-color: #CFB3C3;
}
</style>
border-color css
<style>
span { border-color: #CFB3C3; }
span { border-color: rgb(207,179,195); }
td.TdClassName
{
border-color: #CFB3C3;
}
.TagClassName
{
border-color: #CFB3C3;
}
</style>