Shades of Red Damask #CB684D
Tints of Red Damask #CB684D
RGB
CMYK
RGB Variations
Color information
#CB684D (or 0xCB684D) is known color: Red Damask. HEX triplet: CB, 68 and 4D. RGB value is (203,104,77). Sum of RGB (Red+Green+Blue) = 203+104+77=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB684D is #3497B2. Grayscale: #828282. Windows color (decimal): -3446707 or 5073099. OLE color: 5073099.
HSL color Cylindrical-coordinate representation of color #CB684D: hue angle of 12.86º 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 #CB684D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 77 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.20 |
| HSL | 12.86º | 0.55% | 0.55% | - |
| HSV(B) | 12.86º | 0.62% | 0.8% | - |
| XYZ | 30.92 | 23.13 | 9.86 | - |
| YUV | 130.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 77 | 0 | 0.49 | 0.62 | 0.20 | 12.86 | 0.55 | 0.55 |
| Hex | CB | 68 | 4D | 0 | 31 | 3E | 14 | D | 37 | 37 |
| Octal | 313 | 150 | 115 | 0 | 61 | 76 | 24 | 15 | 67 | 67 |
| Binary | 11001011 | 1101000 | 1001101 | 0 | 110001 | 111110 | 10100 | 1101 | 110111 | 110111 |
Color Harmonies of #CB684D
Complementary color
Monochromatic Colors of #CB684D
Black with #CB684D
Text Example
Text Example
White with #CB684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB684D; }
p { color: rgb(203,104,77); }
H1.HeaderClassName
{
color: #CB684D;
}
.AnyTagClassName
{
color: #CB684D;
}
</style>
background-color css
<style>
a { background-color: #CB684D; }
a { background-color: rgb(203,104,77); }
div.DivClassName
{
background-color: #CB684D;
}
.BgClassName
{
background-color: #CB684D;
}
</style>
border-color css
<style>
span { border-color: #CB684D; }
span { border-color: rgb(203,104,77); }
td.TdClassName
{
border-color: #CB684D;
}
.TagClassName
{
border-color: #CB684D;
}
</style>