Shades of Maverick #CFB2C3
Tints of Maverick #CFB2C3
RGB
CMYK
RGB Variations
Color information
#CFB2C3 (or 0xCFB2C3) is known color: Maverick. HEX triplet: CF, B2 and C3. RGB value is (207,178,195). Sum of RGB (Red+Green+Blue) = 207+178+195=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C3 is #304D3C. Grayscale: #BCBCBC. Windows color (decimal): -3165501 or 12825295. OLE color: 12825295.
HSL color Cylindrical-coordinate representation of color #CFB2C3: hue angle of 324.83º 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 #CFB2C3 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 195 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.19 |
| HSL | 324.83º | 0.23% | 0.75% | - |
| HSV(B) | 324.83º | 0.14% | 0.81% | - |
| XYZ | 51.5 | 49.05 | 58.38 | - |
| YUV | 188.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 195 | 0 | 0.14 | 0.06 | 0.19 | 324.83 | 0.23 | 0.75 |
| Hex | CF | B2 | C3 | 0 | E | 6 | 13 | 145 | 17 | 4B |
| Octal | 317 | 262 | 303 | 0 | 16 | 6 | 23 | 505 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11000011 | 0 | 1110 | 110 | 10011 | 101000101 | 10111 | 1001011 |
Color Harmonies of #CFB2C3
Complementary color
Monochromatic Colors of #CFB2C3
Black with #CFB2C3
Text Example
Text Example
White with #CFB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2C3; }
p { color: rgb(207,178,195); }
H1.HeaderClassName
{
color: #CFB2C3;
}
.AnyTagClassName
{
color: #CFB2C3;
}
</style>
background-color css
<style>
a { background-color: #CFB2C3; }
a { background-color: rgb(207,178,195); }
div.DivClassName
{
background-color: #CFB2C3;
}
.BgClassName
{
background-color: #CFB2C3;
}
</style>
border-color css
<style>
span { border-color: #CFB2C3; }
span { border-color: rgb(207,178,195); }
td.TdClassName
{
border-color: #CFB2C3;
}
.TagClassName
{
border-color: #CFB2C3;
}
</style>