Shades of Red Damask #CB6F43
Tints of Red Damask #CB6F43
RGB
CMYK
RGB Variations
Color information
#CB6F43 (or 0xCB6F43) is known color: Red Damask. HEX triplet: CB, 6F and 43. RGB value is (203,111,67). Sum of RGB (Red+Green+Blue) = 203+111+67=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F43 is #3490BC. Grayscale: #858585. Windows color (decimal): -3444925 or 4419531. OLE color: 4419531.
HSL color Cylindrical-coordinate representation of color #CB6F43: hue angle of 19.41º 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 #CB6F43 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 67 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.20 |
| HSL | 19.41º | 0.57% | 0.53% | - |
| HSV(B) | 19.41º | 0.67% | 0.8% | - |
| XYZ | 31.33 | 24.47 | 8.38 | - |
| YUV | 133.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 67 | 0 | 0.45 | 0.67 | 0.20 | 19.41 | 0.57 | 0.53 |
| Hex | CB | 6F | 43 | 0 | 2D | 43 | 14 | 13 | 39 | 35 |
| Octal | 313 | 157 | 103 | 0 | 55 | 103 | 24 | 23 | 71 | 65 |
| Binary | 11001011 | 1101111 | 1000011 | 0 | 101101 | 1000011 | 10100 | 10011 | 111001 | 110101 |
Color Harmonies of #CB6F43
Complementary color
Monochromatic Colors of #CB6F43
Black with #CB6F43
Text Example
Text Example
White with #CB6F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F43; }
p { color: rgb(203,111,67); }
H1.HeaderClassName
{
color: #CB6F43;
}
.AnyTagClassName
{
color: #CB6F43;
}
</style>
background-color css
<style>
a { background-color: #CB6F43; }
a { background-color: rgb(203,111,67); }
div.DivClassName
{
background-color: #CB6F43;
}
.BgClassName
{
background-color: #CB6F43;
}
</style>
border-color css
<style>
span { border-color: #CB6F43; }
span { border-color: rgb(203,111,67); }
td.TdClassName
{
border-color: #CB6F43;
}
.TagClassName
{
border-color: #CB6F43;
}
</style>