Shades of Maverick #CFB2C8
Tints of Maverick #CFB2C8
RGB
CMYK
RGB Variations
Color information
#CFB2C8 (or 0xCFB2C8) is known color: Maverick. HEX triplet: CF, B2 and C8. RGB value is (207,178,200). Sum of RGB (Red+Green+Blue) = 207+178+200=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C8 is #304D37. Grayscale: #BDBDBD. Windows color (decimal): -3165496 or 13152975. OLE color: 13152975.
HSL color Cylindrical-coordinate representation of color #CFB2C8: hue angle of 314.48º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2C8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 200 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.19 |
| HSL | 314.48º | 0.23% | 0.75% | - |
| HSV(B) | 314.48º | 0.14% | 0.81% | - |
| XYZ | 52.08 | 49.28 | 61.41 | - |
| YUV | 189.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 200 | 0 | 0.14 | 0.03 | 0.19 | 314.48 | 0.23 | 0.75 |
| Hex | CF | B2 | C8 | 0 | E | 3 | 13 | 13A | 17 | 4B |
| Octal | 317 | 262 | 310 | 0 | 16 | 3 | 23 | 472 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11001000 | 0 | 1110 | 11 | 10011 | 100111010 | 10111 | 1001011 |
Color Harmonies of #CFB2C8
Complementary color
Monochromatic Colors of #CFB2C8
Black with #CFB2C8
Text Example
Text Example
White with #CFB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2C8; }
p { color: rgb(207,178,200); }
H1.HeaderClassName
{
color: #CFB2C8;
}
.AnyTagClassName
{
color: #CFB2C8;
}
</style>
background-color css
<style>
a { background-color: #CFB2C8; }
a { background-color: rgb(207,178,200); }
div.DivClassName
{
background-color: #CFB2C8;
}
.BgClassName
{
background-color: #CFB2C8;
}
</style>
border-color css
<style>
span { border-color: #CFB2C8; }
span { border-color: rgb(207,178,200); }
td.TdClassName
{
border-color: #CFB2C8;
}
.TagClassName
{
border-color: #CFB2C8;
}
</style>