Shades of Red Damask #CB6744
Tints of Red Damask #CB6744
RGB
CMYK
RGB Variations
Color information
#CB6744 (or 0xCB6744) is known color: Red Damask. HEX triplet: CB, 67 and 44. RGB value is (203,103,68). Sum of RGB (Red+Green+Blue) = 203+103+68=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6744 is #3498BB. Grayscale: #818181. Windows color (decimal): -3446972 or 4483019. OLE color: 4483019.
HSL color Cylindrical-coordinate representation of color #CB6744: hue angle of 15.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6744 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 68 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.20 |
| HSL | 15.56º | 0.56% | 0.53% | - |
| HSV(B) | 15.56º | 0.67% | 0.8% | - |
| XYZ | 30.52 | 22.81 | 8.26 | - |
| YUV | 128.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 68 | 0 | 0.49 | 0.67 | 0.20 | 15.56 | 0.56 | 0.53 |
| Hex | CB | 67 | 44 | 0 | 31 | 43 | 14 | 10 | 38 | 35 |
| Octal | 313 | 147 | 104 | 0 | 61 | 103 | 24 | 20 | 70 | 65 |
| Binary | 11001011 | 1100111 | 1000100 | 0 | 110001 | 1000011 | 10100 | 10000 | 111000 | 110101 |
Color Harmonies of #CB6744
Complementary color
Monochromatic Colors of #CB6744
Black with #CB6744
Text Example
Text Example
White with #CB6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6744; }
p { color: rgb(203,103,68); }
H1.HeaderClassName
{
color: #CB6744;
}
.AnyTagClassName
{
color: #CB6744;
}
</style>
background-color css
<style>
a { background-color: #CB6744; }
a { background-color: rgb(203,103,68); }
div.DivClassName
{
background-color: #CB6744;
}
.BgClassName
{
background-color: #CB6744;
}
</style>
border-color css
<style>
span { border-color: #CB6744; }
span { border-color: rgb(203,103,68); }
td.TdClassName
{
border-color: #CB6744;
}
.TagClassName
{
border-color: #CB6744;
}
</style>