Shades of Maverick #CFB4C5
Tints of Maverick #CFB4C5
RGB
CMYK
RGB Variations
Color information
#CFB4C5 (or 0xCFB4C5) is known color: Maverick. HEX triplet: CF, B4 and C5. RGB value is (207,180,197). Sum of RGB (Red+Green+Blue) = 207+180+197=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4C5 is #304B3A. Grayscale: #BDBDBD. Windows color (decimal): -3164987 or 12956879. OLE color: 12956879.
HSL color Cylindrical-coordinate representation of color #CFB4C5: hue angle of 322.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB4C5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 197 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.19 |
| HSL | 322.22º | 0.22% | 0.76% | - |
| HSV(B) | 322.22º | 0.13% | 0.81% | - |
| XYZ | 52.13 | 49.94 | 59.71 | - |
| YUV | 190.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 197 | 0 | 0.13 | 0.05 | 0.19 | 322.22 | 0.22 | 0.76 |
| Hex | CF | B4 | C5 | 0 | D | 5 | 13 | 142 | 16 | 4C |
| Octal | 317 | 264 | 305 | 0 | 15 | 5 | 23 | 502 | 26 | 114 |
| Binary | 11001111 | 10110100 | 11000101 | 0 | 1101 | 101 | 10011 | 101000010 | 10110 | 1001100 |
Color Harmonies of #CFB4C5
Complementary color
Monochromatic Colors of #CFB4C5
Black with #CFB4C5
Text Example
Text Example
White with #CFB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4C5; }
p { color: rgb(207,180,197); }
H1.HeaderClassName
{
color: #CFB4C5;
}
.AnyTagClassName
{
color: #CFB4C5;
}
</style>
background-color css
<style>
a { background-color: #CFB4C5; }
a { background-color: rgb(207,180,197); }
div.DivClassName
{
background-color: #CFB4C5;
}
.BgClassName
{
background-color: #CFB4C5;
}
</style>
border-color css
<style>
span { border-color: #CFB4C5; }
span { border-color: rgb(207,180,197); }
td.TdClassName
{
border-color: #CFB4C5;
}
.TagClassName
{
border-color: #CFB4C5;
}
</style>