Shades of Red Damask #CB674D
Tints of Red Damask #CB674D
RGB
CMYK
RGB Variations
Color information
#CB674D (or 0xCB674D) is known color: Red Damask. HEX triplet: CB, 67 and 4D. RGB value is (203,103,77). Sum of RGB (Red+Green+Blue) = 203+103+77=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB674D is #3498B2. Grayscale: #828282. Windows color (decimal): -3446963 or 5072843. OLE color: 5072843.
HSL color Cylindrical-coordinate representation of color #CB674D: hue angle of 12.38º 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 #CB674D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 77 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.20 |
| HSL | 12.38º | 0.55% | 0.55% | - |
| HSV(B) | 12.38º | 0.62% | 0.8% | - |
| XYZ | 30.82 | 22.93 | 9.82 | - |
| YUV | 129.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 77 | 0 | 0.49 | 0.62 | 0.20 | 12.38 | 0.55 | 0.55 |
| Hex | CB | 67 | 4D | 0 | 31 | 3E | 14 | C | 37 | 37 |
| Octal | 313 | 147 | 115 | 0 | 61 | 76 | 24 | 14 | 67 | 67 |
| Binary | 11001011 | 1100111 | 1001101 | 0 | 110001 | 111110 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CB674D
Complementary color
Monochromatic Colors of #CB674D
Black with #CB674D
Text Example
Text Example
White with #CB674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB674D; }
p { color: rgb(203,103,77); }
H1.HeaderClassName
{
color: #CB674D;
}
.AnyTagClassName
{
color: #CB674D;
}
</style>
background-color css
<style>
a { background-color: #CB674D; }
a { background-color: rgb(203,103,77); }
div.DivClassName
{
background-color: #CB674D;
}
.BgClassName
{
background-color: #CB674D;
}
</style>
border-color css
<style>
span { border-color: #CB674D; }
span { border-color: rgb(203,103,77); }
td.TdClassName
{
border-color: #CB674D;
}
.TagClassName
{
border-color: #CB674D;
}
</style>