Shades of Red Damask #CC674B
Tints of Red Damask #CC674B
RGB
CMYK
RGB Variations
Color information
#CC674B (or 0xCC674B) is known color: Red Damask. HEX triplet: CC, 67 and 4B. RGB value is (204,103,75). Sum of RGB (Red+Green+Blue) = 204+103+75=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC674B is #3398B4. Grayscale: #828282. Windows color (decimal): -3381429 or 4941772. OLE color: 4941772.
HSL color Cylindrical-coordinate representation of color #CC674B: hue angle of 13.02º 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 #CC674B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 75 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.2 |
| HSL | 13.02º | 0.56% | 0.55% | - |
| HSV(B) | 13.02º | 0.63% | 0.8% | - |
| XYZ | 31.02 | 23.05 | 9.47 | - |
| YUV | 130.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 75 | 0 | 0.50 | 0.63 | 0.2 | 13.02 | 0.56 | 0.55 |
| Hex | CC | 67 | 4B | 0 | 32 | 3F | 14 | D | 38 | 37 |
| Octal | 314 | 147 | 113 | 0 | 62 | 77 | 24 | 15 | 70 | 67 |
| Binary | 11001100 | 1100111 | 1001011 | 0 | 110010 | 111111 | 10100 | 1101 | 111000 | 110111 |
Color Harmonies of #CC674B
Complementary color
Monochromatic Colors of #CC674B
Black with #CC674B
Text Example
Text Example
White with #CC674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC674B; }
p { color: rgb(204,103,75); }
H1.HeaderClassName
{
color: #CC674B;
}
.AnyTagClassName
{
color: #CC674B;
}
</style>
background-color css
<style>
a { background-color: #CC674B; }
a { background-color: rgb(204,103,75); }
div.DivClassName
{
background-color: #CC674B;
}
.BgClassName
{
background-color: #CC674B;
}
</style>
border-color css
<style>
span { border-color: #CC674B; }
span { border-color: rgb(204,103,75); }
td.TdClassName
{
border-color: #CC674B;
}
.TagClassName
{
border-color: #CC674B;
}
</style>