Shades of Red Damask #CB664D
Tints of Red Damask #CB664D
RGB
CMYK
RGB Variations
Color information
#CB664D (or 0xCB664D) is known color: Red Damask. HEX triplet: CB, 66 and 4D. RGB value is (203,102,77). Sum of RGB (Red+Green+Blue) = 203+102+77=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB664D is #3499B2. Grayscale: #818181. Windows color (decimal): -3447219 or 5072587. OLE color: 5072587.
HSL color Cylindrical-coordinate representation of color #CB664D: hue angle of 11.9º 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 #CB664D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.20 |
| HSL | 11.9º | 0.55% | 0.55% | - |
| HSV(B) | 11.9º | 0.62% | 0.8% | - |
| XYZ | 30.72 | 22.74 | 9.79 | - |
| YUV | 129.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 77 | 0 | 0.50 | 0.62 | 0.20 | 11.9 | 0.55 | 0.55 |
| Hex | CB | 66 | 4D | 0 | 32 | 3E | 14 | C | 37 | 37 |
| Octal | 313 | 146 | 115 | 0 | 62 | 76 | 24 | 14 | 67 | 67 |
| Binary | 11001011 | 1100110 | 1001101 | 0 | 110010 | 111110 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CB664D
Complementary color
Monochromatic Colors of #CB664D
Black with #CB664D
Text Example
Text Example
White with #CB664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB664D; }
p { color: rgb(203,102,77); }
H1.HeaderClassName
{
color: #CB664D;
}
.AnyTagClassName
{
color: #CB664D;
}
</style>
background-color css
<style>
a { background-color: #CB664D; }
a { background-color: rgb(203,102,77); }
div.DivClassName
{
background-color: #CB664D;
}
.BgClassName
{
background-color: #CB664D;
}
</style>
border-color css
<style>
span { border-color: #CB664D; }
span { border-color: rgb(203,102,77); }
td.TdClassName
{
border-color: #CB664D;
}
.TagClassName
{
border-color: #CB664D;
}
</style>