Shades of Red Damask #CF694B
Tints of Red Damask #CF694B
RGB
CMYK
RGB Variations
Color information
#CF694B (or 0xCF694B) is known color: Red Damask. HEX triplet: CF, 69 and 4B. RGB value is (207,105,75). Sum of RGB (Red+Green+Blue) = 207+105+75=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF694B is #3096B4. Grayscale: #848484. Windows color (decimal): -3184309 or 4942287. OLE color: 4942287.
HSL color Cylindrical-coordinate representation of color #CF694B: hue angle of 13.64º 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 #CF694B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 75 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.19 |
| HSL | 13.64º | 0.58% | 0.55% | - |
| HSV(B) | 13.64º | 0.64% | 0.81% | - |
| XYZ | 32.05 | 23.88 | 9.58 | - |
| YUV | 132.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 75 | 0 | 0.49 | 0.64 | 0.19 | 13.64 | 0.58 | 0.55 |
| Hex | CF | 69 | 4B | 0 | 31 | 40 | 13 | E | 3A | 37 |
| Octal | 317 | 151 | 113 | 0 | 61 | 100 | 23 | 16 | 72 | 67 |
| Binary | 11001111 | 1101001 | 1001011 | 0 | 110001 | 1000000 | 10011 | 1110 | 111010 | 110111 |
Color Harmonies of #CF694B
Complementary color
Monochromatic Colors of #CF694B
Black with #CF694B
Text Example
Text Example
White with #CF694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF694B; }
p { color: rgb(207,105,75); }
H1.HeaderClassName
{
color: #CF694B;
}
.AnyTagClassName
{
color: #CF694B;
}
</style>
background-color css
<style>
a { background-color: #CF694B; }
a { background-color: rgb(207,105,75); }
div.DivClassName
{
background-color: #CF694B;
}
.BgClassName
{
background-color: #CF694B;
}
</style>
border-color css
<style>
span { border-color: #CF694B; }
span { border-color: rgb(207,105,75); }
td.TdClassName
{
border-color: #CF694B;
}
.TagClassName
{
border-color: #CF694B;
}
</style>