Shades of Red Damask #CF674F
Tints of Red Damask #CF674F
RGB
CMYK
RGB Variations
Color information
#CF674F (or 0xCF674F) is known color: Red Damask. HEX triplet: CF, 67 and 4F. RGB value is (207,103,79). Sum of RGB (Red+Green+Blue) = 207+103+79=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF674F is #3098B0. Grayscale: #838383. Windows color (decimal): -3184817 or 5203919. OLE color: 5203919.
HSL color Cylindrical-coordinate representation of color #CF674F: hue angle of 11.25º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF674F is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 79 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.19 |
| HSL | 11.25º | 0.57% | 0.56% | - |
| HSV(B) | 11.25º | 0.62% | 0.81% | - |
| XYZ | 31.99 | 23.53 | 10.25 | - |
| YUV | 131.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 79 | 0 | 0.50 | 0.62 | 0.19 | 11.25 | 0.57 | 0.56 |
| Hex | CF | 67 | 4F | 0 | 32 | 3E | 13 | B | 39 | 38 |
| Octal | 317 | 147 | 117 | 0 | 62 | 76 | 23 | 13 | 71 | 70 |
| Binary | 11001111 | 1100111 | 1001111 | 0 | 110010 | 111110 | 10011 | 1011 | 111001 | 111000 |
Color Harmonies of #CF674F
Complementary color
Monochromatic Colors of #CF674F
Black with #CF674F
Text Example
Text Example
White with #CF674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF674F; }
p { color: rgb(207,103,79); }
H1.HeaderClassName
{
color: #CF674F;
}
.AnyTagClassName
{
color: #CF674F;
}
</style>
background-color css
<style>
a { background-color: #CF674F; }
a { background-color: rgb(207,103,79); }
div.DivClassName
{
background-color: #CF674F;
}
.BgClassName
{
background-color: #CF674F;
}
</style>
border-color css
<style>
span { border-color: #CF674F; }
span { border-color: rgb(207,103,79); }
td.TdClassName
{
border-color: #CF674F;
}
.TagClassName
{
border-color: #CF674F;
}
</style>