Shades of Maverick #CFB8C4
Tints of Maverick #CFB8C4
RGB
CMYK
RGB Variations
Color information
#CFB8C4 (or 0xCFB8C4) is known color: Maverick. HEX triplet: CF, B8 and C4. RGB value is (207,184,196). Sum of RGB (Red+Green+Blue) = 207+184+196=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8C4 is #30473B. Grayscale: #C0C0C0. Windows color (decimal): -3163964 or 12892367. OLE color: 12892367.
HSL color Cylindrical-coordinate representation of color #CFB8C4: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8C4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 196 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.19 |
| HSL | 328.7º | 0.19% | 0.77% | - |
| HSV(B) | 328.7º | 0.11% | 0.81% | - |
| XYZ | 52.84 | 51.53 | 59.39 | - |
| YUV | 192.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 196 | 0 | 0.11 | 0.05 | 0.19 | 328.7 | 0.19 | 0.77 |
| Hex | CF | B8 | C4 | 0 | B | 5 | 13 | 149 | 13 | 4D |
| Octal | 317 | 270 | 304 | 0 | 13 | 5 | 23 | 511 | 23 | 115 |
| Binary | 11001111 | 10111000 | 11000100 | 0 | 1011 | 101 | 10011 | 101001001 | 10011 | 1001101 |
Color Harmonies of #CFB8C4
Complementary color
Monochromatic Colors of #CFB8C4
Black with #CFB8C4
Text Example
Text Example
White with #CFB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8C4; }
p { color: rgb(207,184,196); }
H1.HeaderClassName
{
color: #CFB8C4;
}
.AnyTagClassName
{
color: #CFB8C4;
}
</style>
background-color css
<style>
a { background-color: #CFB8C4; }
a { background-color: rgb(207,184,196); }
div.DivClassName
{
background-color: #CFB8C4;
}
.BgClassName
{
background-color: #CFB8C4;
}
</style>
border-color css
<style>
span { border-color: #CFB8C4; }
span { border-color: rgb(207,184,196); }
td.TdClassName
{
border-color: #CFB8C4;
}
.TagClassName
{
border-color: #CFB8C4;
}
</style>