Shades of Red Damask #CB694C
Tints of Red Damask #CB694C
RGB
CMYK
RGB Variations
Color information
#CB694C (or 0xCB694C) is known color: Red Damask. HEX triplet: CB, 69 and 4C. RGB value is (203,105,76). Sum of RGB (Red+Green+Blue) = 203+105+76=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB694C is #3496B3. Grayscale: #838383. Windows color (decimal): -3446452 or 5007819. OLE color: 5007819.
HSL color Cylindrical-coordinate representation of color #CB694C: hue angle of 13.7º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB694C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 76 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.20 |
| HSL | 13.7º | 0.55% | 0.55% | - |
| HSV(B) | 13.7º | 0.63% | 0.8% | - |
| XYZ | 30.98 | 23.32 | 9.71 | - |
| YUV | 131 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 76 | 0 | 0.48 | 0.63 | 0.20 | 13.7 | 0.55 | 0.55 |
| Hex | CB | 69 | 4C | 0 | 30 | 3F | 14 | E | 37 | 37 |
| Octal | 313 | 151 | 114 | 0 | 60 | 77 | 24 | 16 | 67 | 67 |
| Binary | 11001011 | 1101001 | 1001100 | 0 | 110000 | 111111 | 10100 | 1110 | 110111 | 110111 |
Color Harmonies of #CB694C
Complementary color
Monochromatic Colors of #CB694C
Black with #CB694C
Text Example
Text Example
White with #CB694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB694C; }
p { color: rgb(203,105,76); }
H1.HeaderClassName
{
color: #CB694C;
}
.AnyTagClassName
{
color: #CB694C;
}
</style>
background-color css
<style>
a { background-color: #CB694C; }
a { background-color: rgb(203,105,76); }
div.DivClassName
{
background-color: #CB694C;
}
.BgClassName
{
background-color: #CB694C;
}
</style>
border-color css
<style>
span { border-color: #CB694C; }
span { border-color: rgb(203,105,76); }
td.TdClassName
{
border-color: #CB694C;
}
.TagClassName
{
border-color: #CB694C;
}
</style>