Shades of Red Damask #CB674B
Tints of Red Damask #CB674B
RGB
CMYK
RGB Variations
Color information
#CB674B (or 0xCB674B) is known color: Red Damask. HEX triplet: CB, 67 and 4B. RGB value is (203,103,75). Sum of RGB (Red+Green+Blue) = 203+103+75=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB674B is #3498B4. Grayscale: #818181. Windows color (decimal): -3446965 or 4941771. OLE color: 4941771.
HSL color Cylindrical-coordinate representation of color #CB674B: hue angle of 13.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB674B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 75 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.20 |
| HSL | 13.13º | 0.55% | 0.55% | - |
| HSV(B) | 13.13º | 0.63% | 0.8% | - |
| XYZ | 30.75 | 22.91 | 9.46 | - |
| YUV | 129.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 75 | 0 | 0.49 | 0.63 | 0.20 | 13.13 | 0.55 | 0.55 |
| Hex | CB | 67 | 4B | 0 | 31 | 3F | 14 | D | 37 | 37 |
| Octal | 313 | 147 | 113 | 0 | 61 | 77 | 24 | 15 | 67 | 67 |
| Binary | 11001011 | 1100111 | 1001011 | 0 | 110001 | 111111 | 10100 | 1101 | 110111 | 110111 |
Color Harmonies of #CB674B
Complementary color
Monochromatic Colors of #CB674B
Black with #CB674B
Text Example
Text Example
White with #CB674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB674B; }
p { color: rgb(203,103,75); }
H1.HeaderClassName
{
color: #CB674B;
}
.AnyTagClassName
{
color: #CB674B;
}
</style>
background-color css
<style>
a { background-color: #CB674B; }
a { background-color: rgb(203,103,75); }
div.DivClassName
{
background-color: #CB674B;
}
.BgClassName
{
background-color: #CB674B;
}
</style>
border-color css
<style>
span { border-color: #CB674B; }
span { border-color: rgb(203,103,75); }
td.TdClassName
{
border-color: #CB674B;
}
.TagClassName
{
border-color: #CB674B;
}
</style>