Shades of Red Damask #CD764D
Tints of Red Damask #CD764D
RGB
CMYK
RGB Variations
Color information
#CD764D (or 0xCD764D) is known color: Red Damask. HEX triplet: CD, 76 and 4D. RGB value is (205,118,77). Sum of RGB (Red+Green+Blue) = 205+118+77=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD764D is #3289B2. Grayscale: #8B8B8B. Windows color (decimal): -3312051 or 5076685. OLE color: 5076685.
HSL color Cylindrical-coordinate representation of color #CD764D: hue angle of 19.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD764D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 77 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.20 |
| HSL | 19.22º | 0.56% | 0.55% | - |
| HSV(B) | 19.22º | 0.62% | 0.8% | - |
| XYZ | 32.99 | 26.47 | 10.39 | - |
| YUV | 139.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 77 | 0 | 0.42 | 0.62 | 0.20 | 19.22 | 0.56 | 0.55 |
| Hex | CD | 76 | 4D | 0 | 2A | 3E | 14 | 13 | 38 | 37 |
| Octal | 315 | 166 | 115 | 0 | 52 | 76 | 24 | 23 | 70 | 67 |
| Binary | 11001101 | 1110110 | 1001101 | 0 | 101010 | 111110 | 10100 | 10011 | 111000 | 110111 |
Color Harmonies of #CD764D
Complementary color
Monochromatic Colors of #CD764D
Black with #CD764D
Text Example
Text Example
White with #CD764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD764D; }
p { color: rgb(205,118,77); }
H1.HeaderClassName
{
color: #CD764D;
}
.AnyTagClassName
{
color: #CD764D;
}
</style>
background-color css
<style>
a { background-color: #CD764D; }
a { background-color: rgb(205,118,77); }
div.DivClassName
{
background-color: #CD764D;
}
.BgClassName
{
background-color: #CD764D;
}
</style>
border-color css
<style>
span { border-color: #CD764D; }
span { border-color: rgb(205,118,77); }
td.TdClassName
{
border-color: #CD764D;
}
.TagClassName
{
border-color: #CD764D;
}
</style>