Shades of Maverick #CFB1C3
Tints of Maverick #CFB1C3
RGB
CMYK
RGB Variations
Color information
#CFB1C3 (or 0xCFB1C3) is known color: Maverick. HEX triplet: CF, B1 and C3. RGB value is (207,177,195). Sum of RGB (Red+Green+Blue) = 207+177+195=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1C3 is #304E3C. Grayscale: #BBBBBB. Windows color (decimal): -3165757 or 12825039. OLE color: 12825039.
HSL color Cylindrical-coordinate representation of color #CFB1C3: hue angle of 324º degrees, saturation: 0.24, 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 #CFB1C3 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 195 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.19 |
| HSL | 324º | 0.24% | 0.75% | - |
| HSV(B) | 324º | 0.14% | 0.81% | - |
| XYZ | 51.3 | 48.65 | 58.32 | - |
| YUV | 188.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 195 | 0 | 0.14 | 0.06 | 0.19 | 324 | 0.24 | 0.75 |
| Hex | CF | B1 | C3 | 0 | E | 6 | 13 | 144 | 18 | 4B |
| Octal | 317 | 261 | 303 | 0 | 16 | 6 | 23 | 504 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11000011 | 0 | 1110 | 110 | 10011 | 101000100 | 11000 | 1001011 |
Color Harmonies of #CFB1C3
Complementary color
Monochromatic Colors of #CFB1C3
Black with #CFB1C3
Text Example
Text Example
White with #CFB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1C3; }
p { color: rgb(207,177,195); }
H1.HeaderClassName
{
color: #CFB1C3;
}
.AnyTagClassName
{
color: #CFB1C3;
}
</style>
background-color css
<style>
a { background-color: #CFB1C3; }
a { background-color: rgb(207,177,195); }
div.DivClassName
{
background-color: #CFB1C3;
}
.BgClassName
{
background-color: #CFB1C3;
}
</style>
border-color css
<style>
span { border-color: #CFB1C3; }
span { border-color: rgb(207,177,195); }
td.TdClassName
{
border-color: #CFB1C3;
}
.TagClassName
{
border-color: #CFB1C3;
}
</style>