Shades of Cameo #D29C80
Tints of Cameo #D29C80
RGB
CMYK
RGB Variations
Color information
#D29C80 (or 0xD29C80) is known color: Cameo. HEX triplet: D2, 9C and 80. RGB value is (210,156,128). Sum of RGB (Red+Green+Blue) = 210+156+128=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C80 is #2D637F. Grayscale: #A9A9A9. Windows color (decimal): -2974592 or 8428754. OLE color: 8428754.
HSL color Cylindrical-coordinate representation of color #D29C80: hue angle of 20.49º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29C80 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 128 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.18 |
| HSL | 20.49º | 0.48% | 0.66% | - |
| HSV(B) | 20.49º | 0.39% | 0.82% | - |
| XYZ | 42.36 | 39.04 | 25.72 | - |
| YUV | 168.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 128 | 0 | 0.26 | 0.39 | 0.18 | 20.49 | 0.48 | 0.66 |
| Hex | D2 | 9C | 80 | 0 | 1A | 27 | 12 | 14 | 30 | 42 |
| Octal | 322 | 234 | 200 | 0 | 32 | 47 | 22 | 24 | 60 | 102 |
| Binary | 11010010 | 10011100 | 10000000 | 0 | 11010 | 100111 | 10010 | 10100 | 110000 | 1000010 |
Color Harmonies of #D29C80
Complementary color
Monochromatic Colors of #D29C80
Black with #D29C80
Text Example
Text Example
White with #D29C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C80; }
p { color: rgb(210,156,128); }
H1.HeaderClassName
{
color: #D29C80;
}
.AnyTagClassName
{
color: #D29C80;
}
</style>
background-color css
<style>
a { background-color: #D29C80; }
a { background-color: rgb(210,156,128); }
div.DivClassName
{
background-color: #D29C80;
}
.BgClassName
{
background-color: #D29C80;
}
</style>
border-color css
<style>
span { border-color: #D29C80; }
span { border-color: rgb(210,156,128); }
td.TdClassName
{
border-color: #D29C80;
}
.TagClassName
{
border-color: #D29C80;
}
</style>