Shades of Red Damask #CB6C43
Tints of Red Damask #CB6C43
RGB
CMYK
RGB Variations
Color information
#CB6C43 (or 0xCB6C43) is known color: Red Damask. HEX triplet: CB, 6C and 43. RGB value is (203,108,67). Sum of RGB (Red+Green+Blue) = 203+108+67=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C43 is #3493BC. Grayscale: #838383. Windows color (decimal): -3445693 or 4418763. OLE color: 4418763.
HSL color Cylindrical-coordinate representation of color #CB6C43: hue angle of 18.09º degrees, saturation: 0.57, 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 #CB6C43 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 67 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.20 |
| HSL | 18.09º | 0.57% | 0.53% | - |
| HSV(B) | 18.09º | 0.67% | 0.8% | - |
| XYZ | 31 | 23.83 | 8.28 | - |
| YUV | 131.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 67 | 0 | 0.47 | 0.67 | 0.20 | 18.09 | 0.57 | 0.53 |
| Hex | CB | 6C | 43 | 0 | 2F | 43 | 14 | 12 | 39 | 35 |
| Octal | 313 | 154 | 103 | 0 | 57 | 103 | 24 | 22 | 71 | 65 |
| Binary | 11001011 | 1101100 | 1000011 | 0 | 101111 | 1000011 | 10100 | 10010 | 111001 | 110101 |
Color Harmonies of #CB6C43
Complementary color
Monochromatic Colors of #CB6C43
Black with #CB6C43
Text Example
Text Example
White with #CB6C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C43; }
p { color: rgb(203,108,67); }
H1.HeaderClassName
{
color: #CB6C43;
}
.AnyTagClassName
{
color: #CB6C43;
}
</style>
background-color css
<style>
a { background-color: #CB6C43; }
a { background-color: rgb(203,108,67); }
div.DivClassName
{
background-color: #CB6C43;
}
.BgClassName
{
background-color: #CB6C43;
}
</style>
border-color css
<style>
span { border-color: #CB6C43; }
span { border-color: rgb(203,108,67); }
td.TdClassName
{
border-color: #CB6C43;
}
.TagClassName
{
border-color: #CB6C43;
}
</style>