Shades of Pink Flare #D7C6C7
Tints of Pink Flare #D7C6C7
RGB
CMYK
RGB Variations
Color information
#D7C6C7 (or 0xD7C6C7) is known color: Pink Flare. HEX triplet: D7, C6 and C7. RGB value is (215,198,199). Sum of RGB (Red+Green+Blue) = 215+198+199=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6C7 is #283938. Grayscale: #CBCBCB. Windows color (decimal): -2636089 or 13092567. OLE color: 13092567.
HSL color Cylindrical-coordinate representation of color #D7C6C7: hue angle of 356.47º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C6C7 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 199 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.16 |
| HSL | 356.47º | 0.18% | 0.81% | - |
| HSV(B) | 356.47º | 0.08% | 0.84% | - |
| XYZ | 58.53 | 58.96 | 62.33 | - |
| YUV | 203.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 199 | 0 | 0.08 | 0.07 | 0.16 | 356.47 | 0.18 | 0.81 |
| Hex | D7 | C6 | C7 | 0 | 8 | 7 | 10 | 164 | 12 | 51 |
| Octal | 327 | 306 | 307 | 0 | 10 | 7 | 20 | 544 | 22 | 121 |
| Binary | 11010111 | 11000110 | 11000111 | 0 | 1000 | 111 | 10000 | 101100100 | 10010 | 1010001 |
Color Harmonies of #D7C6C7
Complementary color
Monochromatic Colors of #D7C6C7
Black with #D7C6C7
Text Example
Text Example
White with #D7C6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C6C7; }
p { color: rgb(215,198,199); }
H1.HeaderClassName
{
color: #D7C6C7;
}
.AnyTagClassName
{
color: #D7C6C7;
}
</style>
background-color css
<style>
a { background-color: #D7C6C7; }
a { background-color: rgb(215,198,199); }
div.DivClassName
{
background-color: #D7C6C7;
}
.BgClassName
{
background-color: #D7C6C7;
}
</style>
border-color css
<style>
span { border-color: #D7C6C7; }
span { border-color: rgb(215,198,199); }
td.TdClassName
{
border-color: #D7C6C7;
}
.TagClassName
{
border-color: #D7C6C7;
}
</style>