Shades of Red Damask #CF674C
Tints of Red Damask #CF674C
RGB
CMYK
RGB Variations
Color information
#CF674C (or 0xCF674C) is known color: Red Damask. HEX triplet: CF, 67 and 4C. RGB value is (207,103,76). Sum of RGB (Red+Green+Blue) = 207+103+76=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF674C is #3098B3. Grayscale: #838383. Windows color (decimal): -3184820 or 5007311. OLE color: 5007311.
HSL color Cylindrical-coordinate representation of color #CF674C: hue angle of 12.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF674C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 76 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.19 |
| HSL | 12.37º | 0.58% | 0.55% | - |
| HSV(B) | 12.37º | 0.63% | 0.81% | - |
| XYZ | 31.89 | 23.49 | 9.69 | - |
| YUV | 131.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 76 | 0 | 0.50 | 0.63 | 0.19 | 12.37 | 0.58 | 0.55 |
| Hex | CF | 67 | 4C | 0 | 32 | 3F | 13 | C | 3A | 37 |
| Octal | 317 | 147 | 114 | 0 | 62 | 77 | 23 | 14 | 72 | 67 |
| Binary | 11001111 | 1100111 | 1001100 | 0 | 110010 | 111111 | 10011 | 1100 | 111010 | 110111 |
Color Harmonies of #CF674C
Complementary color
Monochromatic Colors of #CF674C
Black with #CF674C
Text Example
Text Example
White with #CF674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF674C; }
p { color: rgb(207,103,76); }
H1.HeaderClassName
{
color: #CF674C;
}
.AnyTagClassName
{
color: #CF674C;
}
</style>
background-color css
<style>
a { background-color: #CF674C; }
a { background-color: rgb(207,103,76); }
div.DivClassName
{
background-color: #CF674C;
}
.BgClassName
{
background-color: #CF674C;
}
</style>
border-color css
<style>
span { border-color: #CF674C; }
span { border-color: rgb(207,103,76); }
td.TdClassName
{
border-color: #CF674C;
}
.TagClassName
{
border-color: #CF674C;
}
</style>