Shades of Red Damask #CD764C
Tints of Red Damask #CD764C
RGB
CMYK
RGB Variations
Color information
#CD764C (or 0xCD764C) is known color: Red Damask. HEX triplet: CD, 76 and 4C. RGB value is (205,118,76). Sum of RGB (Red+Green+Blue) = 205+118+76=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD764C is #3289B3. Grayscale: #8B8B8B. Windows color (decimal): -3312052 or 5011149. OLE color: 5011149.
HSL color Cylindrical-coordinate representation of color #CD764C: hue angle of 19.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD764C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.20 |
| HSL | 19.53º | 0.56% | 0.55% | - |
| HSV(B) | 19.53º | 0.63% | 0.8% | - |
| XYZ | 32.96 | 26.46 | 10.21 | - |
| YUV | 139.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 76 | 0 | 0.42 | 0.63 | 0.20 | 19.53 | 0.56 | 0.55 |
| Hex | CD | 76 | 4C | 0 | 2A | 3F | 14 | 14 | 38 | 37 |
| Octal | 315 | 166 | 114 | 0 | 52 | 77 | 24 | 24 | 70 | 67 |
| Binary | 11001101 | 1110110 | 1001100 | 0 | 101010 | 111111 | 10100 | 10100 | 111000 | 110111 |
Color Harmonies of #CD764C
Complementary color
Monochromatic Colors of #CD764C
Black with #CD764C
Text Example
Text Example
White with #CD764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD764C; }
p { color: rgb(205,118,76); }
H1.HeaderClassName
{
color: #CD764C;
}
.AnyTagClassName
{
color: #CD764C;
}
</style>
background-color css
<style>
a { background-color: #CD764C; }
a { background-color: rgb(205,118,76); }
div.DivClassName
{
background-color: #CD764C;
}
.BgClassName
{
background-color: #CD764C;
}
</style>
border-color css
<style>
span { border-color: #CD764C; }
span { border-color: rgb(205,118,76); }
td.TdClassName
{
border-color: #CD764C;
}
.TagClassName
{
border-color: #CD764C;
}
</style>