Shades of Maverick #CFB2CA
Tints of Maverick #CFB2CA
RGB
CMYK
RGB Variations
Color information
#CFB2CA (or 0xCFB2CA) is known color: Maverick. HEX triplet: CF, B2 and CA. RGB value is (207,178,202). Sum of RGB (Red+Green+Blue) = 207+178+202=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CA is #304D35. Grayscale: #BDBDBD. Windows color (decimal): -3165494 or 13284047. OLE color: 13284047.
HSL color Cylindrical-coordinate representation of color #CFB2CA: hue angle of 310.34º 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 #CFB2CA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 202 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.19 |
| HSL | 310.34º | 0.23% | 0.75% | - |
| HSV(B) | 310.34º | 0.14% | 0.81% | - |
| XYZ | 52.31 | 49.37 | 62.65 | - |
| YUV | 189.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 202 | 0 | 0.14 | 0.02 | 0.19 | 310.34 | 0.23 | 0.75 |
| Hex | CF | B2 | CA | 0 | E | 2 | 13 | 136 | 17 | 4B |
| Octal | 317 | 262 | 312 | 0 | 16 | 2 | 23 | 466 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11001010 | 0 | 1110 | 10 | 10011 | 100110110 | 10111 | 1001011 |
Color Harmonies of #CFB2CA
Complementary color
Monochromatic Colors of #CFB2CA
Black with #CFB2CA
Text Example
Text Example
White with #CFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2CA; }
p { color: rgb(207,178,202); }
H1.HeaderClassName
{
color: #CFB2CA;
}
.AnyTagClassName
{
color: #CFB2CA;
}
</style>
background-color css
<style>
a { background-color: #CFB2CA; }
a { background-color: rgb(207,178,202); }
div.DivClassName
{
background-color: #CFB2CA;
}
.BgClassName
{
background-color: #CFB2CA;
}
</style>
border-color css
<style>
span { border-color: #CFB2CA; }
span { border-color: rgb(207,178,202); }
td.TdClassName
{
border-color: #CFB2CA;
}
.TagClassName
{
border-color: #CFB2CA;
}
</style>