Shades of Maverick #CFB8C6
Tints of Maverick #CFB8C6
RGB
CMYK
RGB Variations
Color information
#CFB8C6 (or 0xCFB8C6) is known color: Maverick. HEX triplet: CF, B8 and C6. RGB value is (207,184,198). Sum of RGB (Red+Green+Blue) = 207+184+198=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8C6 is #304739. Grayscale: #C0C0C0. Windows color (decimal): -3163962 or 13023439. OLE color: 13023439.
HSL color Cylindrical-coordinate representation of color #CFB8C6: hue angle of 323.48º 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 #CFB8C6 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 198 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.19 |
| HSL | 323.48º | 0.19% | 0.77% | - |
| HSV(B) | 323.48º | 0.11% | 0.81% | - |
| XYZ | 53.07 | 51.62 | 60.59 | - |
| YUV | 192.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 198 | 0 | 0.11 | 0.04 | 0.19 | 323.48 | 0.19 | 0.77 |
| Hex | CF | B8 | C6 | 0 | B | 4 | 13 | 143 | 13 | 4D |
| Octal | 317 | 270 | 306 | 0 | 13 | 4 | 23 | 503 | 23 | 115 |
| Binary | 11001111 | 10111000 | 11000110 | 0 | 1011 | 100 | 10011 | 101000011 | 10011 | 1001101 |
Color Harmonies of #CFB8C6
Complementary color
Monochromatic Colors of #CFB8C6
Black with #CFB8C6
Text Example
Text Example
White with #CFB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8C6; }
p { color: rgb(207,184,198); }
H1.HeaderClassName
{
color: #CFB8C6;
}
.AnyTagClassName
{
color: #CFB8C6;
}
</style>
background-color css
<style>
a { background-color: #CFB8C6; }
a { background-color: rgb(207,184,198); }
div.DivClassName
{
background-color: #CFB8C6;
}
.BgClassName
{
background-color: #CFB8C6;
}
</style>
border-color css
<style>
span { border-color: #CFB8C6; }
span { border-color: rgb(207,184,198); }
td.TdClassName
{
border-color: #CFB8C6;
}
.TagClassName
{
border-color: #CFB8C6;
}
</style>