Shades of Maverick #CFB7C3
Tints of Maverick #CFB7C3
RGB
CMYK
RGB Variations
Color information
#CFB7C3 (or 0xCFB7C3) is known color: Maverick. HEX triplet: CF, B7 and C3. RGB value is (207,183,195). Sum of RGB (Red+Green+Blue) = 207+183+195=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7C3 is #30483C. Grayscale: #BFBFBF. Windows color (decimal): -3164221 or 12826575. OLE color: 12826575.
HSL color Cylindrical-coordinate representation of color #CFB7C3: hue angle of 330º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7C3 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 195 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.19 |
| HSL | 330º | 0.2% | 0.76% | - |
| HSV(B) | 330º | 0.12% | 0.81% | - |
| XYZ | 52.52 | 51.07 | 58.72 | - |
| YUV | 191.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 195 | 0 | 0.12 | 0.06 | 0.19 | 330 | 0.2 | 0.76 |
| Hex | CF | B7 | C3 | 0 | C | 6 | 13 | 14A | 14 | 4C |
| Octal | 317 | 267 | 303 | 0 | 14 | 6 | 23 | 512 | 24 | 114 |
| Binary | 11001111 | 10110111 | 11000011 | 0 | 1100 | 110 | 10011 | 101001010 | 10100 | 1001100 |
Color Harmonies of #CFB7C3
Complementary color
Monochromatic Colors of #CFB7C3
Black with #CFB7C3
Text Example
Text Example
White with #CFB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7C3; }
p { color: rgb(207,183,195); }
H1.HeaderClassName
{
color: #CFB7C3;
}
.AnyTagClassName
{
color: #CFB7C3;
}
</style>
background-color css
<style>
a { background-color: #CFB7C3; }
a { background-color: rgb(207,183,195); }
div.DivClassName
{
background-color: #CFB7C3;
}
.BgClassName
{
background-color: #CFB7C3;
}
</style>
border-color css
<style>
span { border-color: #CFB7C3; }
span { border-color: rgb(207,183,195); }
td.TdClassName
{
border-color: #CFB7C3;
}
.TagClassName
{
border-color: #CFB7C3;
}
</style>