Shades of Red Damask #CB6B4D
Tints of Red Damask #CB6B4D
RGB
CMYK
RGB Variations
Color information
#CB6B4D (or 0xCB6B4D) is known color: Red Damask. HEX triplet: CB, 6B and 4D. RGB value is (203,107,77). Sum of RGB (Red+Green+Blue) = 203+107+77=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B4D is #3494B2. Grayscale: #848484. Windows color (decimal): -3445939 or 5073867. OLE color: 5073867.
HSL color Cylindrical-coordinate representation of color #CB6B4D: hue angle of 14.29º 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 #CB6B4D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 77 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.20 |
| HSL | 14.29º | 0.55% | 0.55% | - |
| HSV(B) | 14.29º | 0.62% | 0.8% | - |
| XYZ | 31.23 | 23.75 | 9.96 | - |
| YUV | 132.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 77 | 0 | 0.47 | 0.62 | 0.20 | 14.29 | 0.55 | 0.55 |
| Hex | CB | 6B | 4D | 0 | 2F | 3E | 14 | E | 37 | 37 |
| Octal | 313 | 153 | 115 | 0 | 57 | 76 | 24 | 16 | 67 | 67 |
| Binary | 11001011 | 1101011 | 1001101 | 0 | 101111 | 111110 | 10100 | 1110 | 110111 | 110111 |
Color Harmonies of #CB6B4D
Complementary color
Monochromatic Colors of #CB6B4D
Black with #CB6B4D
Text Example
Text Example
White with #CB6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B4D; }
p { color: rgb(203,107,77); }
H1.HeaderClassName
{
color: #CB6B4D;
}
.AnyTagClassName
{
color: #CB6B4D;
}
</style>
background-color css
<style>
a { background-color: #CB6B4D; }
a { background-color: rgb(203,107,77); }
div.DivClassName
{
background-color: #CB6B4D;
}
.BgClassName
{
background-color: #CB6B4D;
}
</style>
border-color css
<style>
span { border-color: #CB6B4D; }
span { border-color: rgb(203,107,77); }
td.TdClassName
{
border-color: #CB6B4D;
}
.TagClassName
{
border-color: #CB6B4D;
}
</style>