Shades of Red Damask #CD764A
Tints of Red Damask #CD764A
RGB
CMYK
RGB Variations
Color information
#CD764A (or 0xCD764A) is known color: Red Damask. HEX triplet: CD, 76 and 4A. RGB value is (205,118,74). Sum of RGB (Red+Green+Blue) = 205+118+74=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD764A is #3289B5. Grayscale: #8B8B8B. Windows color (decimal): -3312054 or 4880077. OLE color: 4880077.
HSL color Cylindrical-coordinate representation of color #CD764A: hue angle of 20.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD764A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 74 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.20 |
| HSL | 20.15º | 0.57% | 0.55% | - |
| HSV(B) | 20.15º | 0.64% | 0.8% | - |
| XYZ | 32.89 | 26.43 | 9.85 | - |
| YUV | 139 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 74 | 0 | 0.42 | 0.64 | 0.20 | 20.15 | 0.57 | 0.55 |
| Hex | CD | 76 | 4A | 0 | 2A | 40 | 14 | 14 | 39 | 37 |
| Octal | 315 | 166 | 112 | 0 | 52 | 100 | 24 | 24 | 71 | 67 |
| Binary | 11001101 | 1110110 | 1001010 | 0 | 101010 | 1000000 | 10100 | 10100 | 111001 | 110111 |
Color Harmonies of #CD764A
Complementary color
Monochromatic Colors of #CD764A
Black with #CD764A
Text Example
Text Example
White with #CD764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD764A; }
p { color: rgb(205,118,74); }
H1.HeaderClassName
{
color: #CD764A;
}
.AnyTagClassName
{
color: #CD764A;
}
</style>
background-color css
<style>
a { background-color: #CD764A; }
a { background-color: rgb(205,118,74); }
div.DivClassName
{
background-color: #CD764A;
}
.BgClassName
{
background-color: #CD764A;
}
</style>
border-color css
<style>
span { border-color: #CD764A; }
span { border-color: rgb(205,118,74); }
td.TdClassName
{
border-color: #CD764A;
}
.TagClassName
{
border-color: #CD764A;
}
</style>