Shades of Red Damask #CF6B48
Tints of Red Damask #CF6B48
RGB
CMYK
RGB Variations
Color information
#CF6B48 (or 0xCF6B48) is known color: Red Damask. HEX triplet: CF, 6B and 48. RGB value is (207,107,72). Sum of RGB (Red+Green+Blue) = 207+107+72=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B48 is #3094B7. Grayscale: #858585. Windows color (decimal): -3183800 or 4746191. OLE color: 4746191.
HSL color Cylindrical-coordinate representation of color #CF6B48: hue angle of 15.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF6B48 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 72 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.19 |
| HSL | 15.56º | 0.58% | 0.55% | - |
| HSV(B) | 15.56º | 0.65% | 0.81% | - |
| XYZ | 32.16 | 24.25 | 9.12 | - |
| YUV | 132.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 72 | 0 | 0.48 | 0.65 | 0.19 | 15.56 | 0.58 | 0.55 |
| Hex | CF | 6B | 48 | 0 | 30 | 41 | 13 | 10 | 3A | 37 |
| Octal | 317 | 153 | 110 | 0 | 60 | 101 | 23 | 20 | 72 | 67 |
| Binary | 11001111 | 1101011 | 1001000 | 0 | 110000 | 1000001 | 10011 | 10000 | 111010 | 110111 |
Color Harmonies of #CF6B48
Complementary color
Monochromatic Colors of #CF6B48
Black with #CF6B48
Text Example
Text Example
White with #CF6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B48; }
p { color: rgb(207,107,72); }
H1.HeaderClassName
{
color: #CF6B48;
}
.AnyTagClassName
{
color: #CF6B48;
}
</style>
background-color css
<style>
a { background-color: #CF6B48; }
a { background-color: rgb(207,107,72); }
div.DivClassName
{
background-color: #CF6B48;
}
.BgClassName
{
background-color: #CF6B48;
}
</style>
border-color css
<style>
span { border-color: #CF6B48; }
span { border-color: rgb(207,107,72); }
td.TdClassName
{
border-color: #CF6B48;
}
.TagClassName
{
border-color: #CF6B48;
}
</style>