Shades of Maverick #CFBFCB
Tints of Maverick #CFBFCB
RGB
CMYK
RGB Variations
Color information
#CFBFCB (or 0xCFBFCB) is known color: Maverick. HEX triplet: CF, BF and CB. RGB value is (207,191,203). Sum of RGB (Red+Green+Blue) = 207+191+203=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCB is #304034. Grayscale: #C5C5C5. Windows color (decimal): -3162165 or 13352911. OLE color: 13352911.
HSL color Cylindrical-coordinate representation of color #CFBFCB: hue angle of 315º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFCB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 203 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.19 |
| HSL | 315º | 0.14% | 0.78% | - |
| HSV(B) | 315º | 0.08% | 0.81% | - |
| XYZ | 55.14 | 54.84 | 64.18 | - |
| YUV | 197.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 203 | 0 | 0.08 | 0.02 | 0.19 | 315 | 0.14 | 0.78 |
| Hex | CF | BF | CB | 0 | 8 | 2 | 13 | 13B | E | 4E |
| Octal | 317 | 277 | 313 | 0 | 10 | 2 | 23 | 473 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11001011 | 0 | 1000 | 10 | 10011 | 100111011 | 1110 | 1001110 |
Color Harmonies of #CFBFCB
Complementary color
Monochromatic Colors of #CFBFCB
Black with #CFBFCB
Text Example
Text Example
White with #CFBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFCB; }
p { color: rgb(207,191,203); }
H1.HeaderClassName
{
color: #CFBFCB;
}
.AnyTagClassName
{
color: #CFBFCB;
}
</style>
background-color css
<style>
a { background-color: #CFBFCB; }
a { background-color: rgb(207,191,203); }
div.DivClassName
{
background-color: #CFBFCB;
}
.BgClassName
{
background-color: #CFBFCB;
}
</style>
border-color css
<style>
span { border-color: #CFBFCB; }
span { border-color: rgb(207,191,203); }
td.TdClassName
{
border-color: #CFBFCB;
}
.TagClassName
{
border-color: #CFBFCB;
}
</style>