Shades of Red Damask #CB674C
Tints of Red Damask #CB674C
RGB
CMYK
RGB Variations
Color information
#CB674C (or 0xCB674C) is known color: Red Damask. HEX triplet: CB, 67 and 4C. RGB value is (203,103,76). Sum of RGB (Red+Green+Blue) = 203+103+76=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB674C is #3498B3. Grayscale: #828282. Windows color (decimal): -3446964 or 5007307. OLE color: 5007307.
HSL color Cylindrical-coordinate representation of color #CB674C: hue angle of 12.76º 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 #CB674C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 76 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.20 |
| HSL | 12.76º | 0.55% | 0.55% | - |
| HSV(B) | 12.76º | 0.63% | 0.8% | - |
| XYZ | 30.78 | 22.92 | 9.64 | - |
| YUV | 129.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 76 | 0 | 0.49 | 0.63 | 0.20 | 12.76 | 0.55 | 0.55 |
| Hex | CB | 67 | 4C | 0 | 31 | 3F | 14 | D | 37 | 37 |
| Octal | 313 | 147 | 114 | 0 | 61 | 77 | 24 | 15 | 67 | 67 |
| Binary | 11001011 | 1100111 | 1001100 | 0 | 110001 | 111111 | 10100 | 1101 | 110111 | 110111 |
Color Harmonies of #CB674C
Complementary color
Monochromatic Colors of #CB674C
Black with #CB674C
Text Example
Text Example
White with #CB674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB674C; }
p { color: rgb(203,103,76); }
H1.HeaderClassName
{
color: #CB674C;
}
.AnyTagClassName
{
color: #CB674C;
}
</style>
background-color css
<style>
a { background-color: #CB674C; }
a { background-color: rgb(203,103,76); }
div.DivClassName
{
background-color: #CB674C;
}
.BgClassName
{
background-color: #CB674C;
}
</style>
border-color css
<style>
span { border-color: #CB674C; }
span { border-color: rgb(203,103,76); }
td.TdClassName
{
border-color: #CB674C;
}
.TagClassName
{
border-color: #CB674C;
}
</style>