Shades of Rose #D69C8F
Tints of Rose #D69C8F
RGB
CMYK
RGB Variations
Color information
#D69C8F (or 0xD69C8F) is known color: Rose. HEX triplet: D6, 9C and 8F. RGB value is (214,156,143). Sum of RGB (Red+Green+Blue) = 214+156+143=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C8F is #296370. Grayscale: #ABABAB. Windows color (decimal): -2712433 or 9411798. OLE color: 9411798.
HSL color Cylindrical-coordinate representation of color #D69C8F: hue angle of 10.99º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69C8F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 143 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.16 |
| HSL | 10.99º | 0.46% | 0.7% | - |
| HSV(B) | 10.99º | 0.33% | 0.84% | - |
| XYZ | 44.58 | 40.06 | 31.37 | - |
| YUV | 171.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 143 | 0 | 0.27 | 0.33 | 0.16 | 10.99 | 0.46 | 0.7 |
| Hex | D6 | 9C | 8F | 0 | 1B | 21 | 10 | B | 2E | 46 |
| Octal | 326 | 234 | 217 | 0 | 33 | 41 | 20 | 13 | 56 | 106 |
| Binary | 11010110 | 10011100 | 10001111 | 0 | 11011 | 100001 | 10000 | 1011 | 101110 | 1000110 |
Color Harmonies of #D69C8F
Complementary color
Monochromatic Colors of #D69C8F
Black with #D69C8F
Text Example
Text Example
White with #D69C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C8F; }
p { color: rgb(214,156,143); }
H1.HeaderClassName
{
color: #D69C8F;
}
.AnyTagClassName
{
color: #D69C8F;
}
</style>
background-color css
<style>
a { background-color: #D69C8F; }
a { background-color: rgb(214,156,143); }
div.DivClassName
{
background-color: #D69C8F;
}
.BgClassName
{
background-color: #D69C8F;
}
</style>
border-color css
<style>
span { border-color: #D69C8F; }
span { border-color: rgb(214,156,143); }
td.TdClassName
{
border-color: #D69C8F;
}
.TagClassName
{
border-color: #D69C8F;
}
</style>