Shades of Red Damask #CC674D
Tints of Red Damask #CC674D
RGB
CMYK
RGB Variations
Color information
#CC674D (or 0xCC674D) is known color: Red Damask. HEX triplet: CC, 67 and 4D. RGB value is (204,103,77). Sum of RGB (Red+Green+Blue) = 204+103+77=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC674D is #3398B2. Grayscale: #828282. Windows color (decimal): -3381427 or 5072844. OLE color: 5072844.
HSL color Cylindrical-coordinate representation of color #CC674D: hue angle of 12.28º degrees, saturation: 0.55, 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 #CC674D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.2 |
| HSL | 12.28º | 0.55% | 0.55% | - |
| HSV(B) | 12.28º | 0.62% | 0.8% | - |
| XYZ | 31.09 | 23.07 | 9.84 | - |
| YUV | 130.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 77 | 0 | 0.50 | 0.62 | 0.2 | 12.28 | 0.55 | 0.55 |
| Hex | CC | 67 | 4D | 0 | 32 | 3E | 14 | C | 37 | 37 |
| Octal | 314 | 147 | 115 | 0 | 62 | 76 | 24 | 14 | 67 | 67 |
| Binary | 11001100 | 1100111 | 1001101 | 0 | 110010 | 111110 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CC674D
Complementary color
Monochromatic Colors of #CC674D
Black with #CC674D
Text Example
Text Example
White with #CC674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC674D; }
p { color: rgb(204,103,77); }
H1.HeaderClassName
{
color: #CC674D;
}
.AnyTagClassName
{
color: #CC674D;
}
</style>
background-color css
<style>
a { background-color: #CC674D; }
a { background-color: rgb(204,103,77); }
div.DivClassName
{
background-color: #CC674D;
}
.BgClassName
{
background-color: #CC674D;
}
</style>
border-color css
<style>
span { border-color: #CC674D; }
span { border-color: rgb(204,103,77); }
td.TdClassName
{
border-color: #CC674D;
}
.TagClassName
{
border-color: #CC674D;
}
</style>