Shades of Maverick #CFB4C1
Tints of Maverick #CFB4C1
RGB
CMYK
RGB Variations
Color information
#CFB4C1 (or 0xCFB4C1) is known color: Maverick. HEX triplet: CF, B4 and C1. RGB value is (207,180,193). Sum of RGB (Red+Green+Blue) = 207+180+193=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4C1 is #304B3E. Grayscale: #BDBDBD. Windows color (decimal): -3164991 or 12694735. OLE color: 12694735.
HSL color Cylindrical-coordinate representation of color #CFB4C1: hue angle of 331.11º 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 #CFB4C1 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 193 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.19 |
| HSL | 331.11º | 0.22% | 0.76% | - |
| HSV(B) | 331.11º | 0.13% | 0.81% | - |
| XYZ | 51.68 | 49.76 | 57.33 | - |
| YUV | 189.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 193 | 0 | 0.13 | 0.07 | 0.19 | 331.11 | 0.22 | 0.76 |
| Hex | CF | B4 | C1 | 0 | D | 7 | 13 | 14B | 16 | 4C |
| Octal | 317 | 264 | 301 | 0 | 15 | 7 | 23 | 513 | 26 | 114 |
| Binary | 11001111 | 10110100 | 11000001 | 0 | 1101 | 111 | 10011 | 101001011 | 10110 | 1001100 |
Color Harmonies of #CFB4C1
Complementary color
Monochromatic Colors of #CFB4C1
Black with #CFB4C1
Text Example
Text Example
White with #CFB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4C1; }
p { color: rgb(207,180,193); }
H1.HeaderClassName
{
color: #CFB4C1;
}
.AnyTagClassName
{
color: #CFB4C1;
}
</style>
background-color css
<style>
a { background-color: #CFB4C1; }
a { background-color: rgb(207,180,193); }
div.DivClassName
{
background-color: #CFB4C1;
}
.BgClassName
{
background-color: #CFB4C1;
}
</style>
border-color css
<style>
span { border-color: #CFB4C1; }
span { border-color: rgb(207,180,193); }
td.TdClassName
{
border-color: #CFB4C1;
}
.TagClassName
{
border-color: #CFB4C1;
}
</style>