Shades of Red Damask #CD674D
Tints of Red Damask #CD674D
RGB
CMYK
RGB Variations
Color information
#CD674D (or 0xCD674D) is known color: Red Damask. HEX triplet: CD, 67 and 4D. RGB value is (205,103,77). Sum of RGB (Red+Green+Blue) = 205+103+77=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD674D is #3298B2. Grayscale: #828282. Windows color (decimal): -3315891 or 5072845. OLE color: 5072845.
HSL color Cylindrical-coordinate representation of color #CD674D: hue angle of 12.19º 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 #CD674D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.20 |
| HSL | 12.19º | 0.56% | 0.55% | - |
| HSV(B) | 12.19º | 0.62% | 0.8% | - |
| XYZ | 31.37 | 23.22 | 9.85 | - |
| YUV | 130.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 77 | 0 | 0.50 | 0.62 | 0.20 | 12.19 | 0.56 | 0.55 |
| Hex | CD | 67 | 4D | 0 | 32 | 3E | 14 | C | 38 | 37 |
| Octal | 315 | 147 | 115 | 0 | 62 | 76 | 24 | 14 | 70 | 67 |
| Binary | 11001101 | 1100111 | 1001101 | 0 | 110010 | 111110 | 10100 | 1100 | 111000 | 110111 |
Color Harmonies of #CD674D
Complementary color
Monochromatic Colors of #CD674D
Black with #CD674D
Text Example
Text Example
White with #CD674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD674D; }
p { color: rgb(205,103,77); }
H1.HeaderClassName
{
color: #CD674D;
}
.AnyTagClassName
{
color: #CD674D;
}
</style>
background-color css
<style>
a { background-color: #CD674D; }
a { background-color: rgb(205,103,77); }
div.DivClassName
{
background-color: #CD674D;
}
.BgClassName
{
background-color: #CD674D;
}
</style>
border-color css
<style>
span { border-color: #CD674D; }
span { border-color: rgb(205,103,77); }
td.TdClassName
{
border-color: #CD674D;
}
.TagClassName
{
border-color: #CD674D;
}
</style>