Shades of Maverick #CFB2C4
Tints of Maverick #CFB2C4
RGB
CMYK
RGB Variations
Color information
#CFB2C4 (or 0xCFB2C4) is known color: Maverick. HEX triplet: CF, B2 and C4. RGB value is (207,178,196). Sum of RGB (Red+Green+Blue) = 207+178+196=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C4 is #304D3B. Grayscale: #BCBCBC. Windows color (decimal): -3165500 or 12890831. OLE color: 12890831.
HSL color Cylindrical-coordinate representation of color #CFB2C4: hue angle of 322.76º 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 #CFB2C4 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 196 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.19 |
| HSL | 322.76º | 0.23% | 0.75% | - |
| HSV(B) | 322.76º | 0.14% | 0.81% | - |
| XYZ | 51.62 | 49.09 | 58.98 | - |
| YUV | 188.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 196 | 0 | 0.14 | 0.05 | 0.19 | 322.76 | 0.23 | 0.75 |
| Hex | CF | B2 | C4 | 0 | E | 5 | 13 | 143 | 17 | 4B |
| Octal | 317 | 262 | 304 | 0 | 16 | 5 | 23 | 503 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11000100 | 0 | 1110 | 101 | 10011 | 101000011 | 10111 | 1001011 |
Color Harmonies of #CFB2C4
Complementary color
Monochromatic Colors of #CFB2C4
Black with #CFB2C4
Text Example
Text Example
White with #CFB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2C4; }
p { color: rgb(207,178,196); }
H1.HeaderClassName
{
color: #CFB2C4;
}
.AnyTagClassName
{
color: #CFB2C4;
}
</style>
background-color css
<style>
a { background-color: #CFB2C4; }
a { background-color: rgb(207,178,196); }
div.DivClassName
{
background-color: #CFB2C4;
}
.BgClassName
{
background-color: #CFB2C4;
}
</style>
border-color css
<style>
span { border-color: #CFB2C4; }
span { border-color: rgb(207,178,196); }
td.TdClassName
{
border-color: #CFB2C4;
}
.TagClassName
{
border-color: #CFB2C4;
}
</style>