Shades of Red Damask #CB694E
Tints of Red Damask #CB694E
RGB
CMYK
RGB Variations
Color information
#CB694E (or 0xCB694E) is known color: Red Damask. HEX triplet: CB, 69 and 4E. RGB value is (203,105,78). Sum of RGB (Red+Green+Blue) = 203+105+78=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB694E is #3496B1. Grayscale: #838383. Windows color (decimal): -3446450 or 5138891. OLE color: 5138891.
HSL color Cylindrical-coordinate representation of color #CB694E: hue angle of 12.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB694E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 78 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.20 |
| HSL | 12.96º | 0.55% | 0.55% | - |
| HSV(B) | 12.96º | 0.62% | 0.8% | - |
| XYZ | 31.06 | 23.35 | 10.08 | - |
| YUV | 131.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 78 | 0 | 0.48 | 0.62 | 0.20 | 12.96 | 0.55 | 0.55 |
| Hex | CB | 69 | 4E | 0 | 30 | 3E | 14 | D | 37 | 37 |
| Octal | 313 | 151 | 116 | 0 | 60 | 76 | 24 | 15 | 67 | 67 |
| Binary | 11001011 | 1101001 | 1001110 | 0 | 110000 | 111110 | 10100 | 1101 | 110111 | 110111 |
Color Harmonies of #CB694E
Complementary color
Monochromatic Colors of #CB694E
Black with #CB694E
Text Example
Text Example
White with #CB694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB694E; }
p { color: rgb(203,105,78); }
H1.HeaderClassName
{
color: #CB694E;
}
.AnyTagClassName
{
color: #CB694E;
}
</style>
background-color css
<style>
a { background-color: #CB694E; }
a { background-color: rgb(203,105,78); }
div.DivClassName
{
background-color: #CB694E;
}
.BgClassName
{
background-color: #CB694E;
}
</style>
border-color css
<style>
span { border-color: #CB694E; }
span { border-color: rgb(203,105,78); }
td.TdClassName
{
border-color: #CB694E;
}
.TagClassName
{
border-color: #CB694E;
}
</style>