Shades of Red Damask #CF674B
Tints of Red Damask #CF674B
RGB
CMYK
RGB Variations
Color information
#CF674B (or 0xCF674B) is known color: Red Damask. HEX triplet: CF, 67 and 4B. RGB value is (207,103,75). Sum of RGB (Red+Green+Blue) = 207+103+75=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF674B is #3098B4. Grayscale: #838383. Windows color (decimal): -3184821 or 4941775. OLE color: 4941775.
HSL color Cylindrical-coordinate representation of color #CF674B: hue angle of 12.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF674B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 75 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.19 |
| HSL | 12.73º | 0.58% | 0.55% | - |
| HSV(B) | 12.73º | 0.64% | 0.81% | - |
| XYZ | 31.85 | 23.47 | 9.51 | - |
| YUV | 130.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 75 | 0 | 0.50 | 0.64 | 0.19 | 12.73 | 0.58 | 0.55 |
| Hex | CF | 67 | 4B | 0 | 32 | 40 | 13 | D | 3A | 37 |
| Octal | 317 | 147 | 113 | 0 | 62 | 100 | 23 | 15 | 72 | 67 |
| Binary | 11001111 | 1100111 | 1001011 | 0 | 110010 | 1000000 | 10011 | 1101 | 111010 | 110111 |
Color Harmonies of #CF674B
Complementary color
Monochromatic Colors of #CF674B
Black with #CF674B
Text Example
Text Example
White with #CF674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF674B; }
p { color: rgb(207,103,75); }
H1.HeaderClassName
{
color: #CF674B;
}
.AnyTagClassName
{
color: #CF674B;
}
</style>
background-color css
<style>
a { background-color: #CF674B; }
a { background-color: rgb(207,103,75); }
div.DivClassName
{
background-color: #CF674B;
}
.BgClassName
{
background-color: #CF674B;
}
</style>
border-color css
<style>
span { border-color: #CF674B; }
span { border-color: rgb(207,103,75); }
td.TdClassName
{
border-color: #CF674B;
}
.TagClassName
{
border-color: #CF674B;
}
</style>