Shades of Red Damask #C2754B
Tints of Red Damask #C2754B
RGB
CMYK
RGB Variations
Color information
#C2754B (or 0xC2754B) is known color: Red Damask. HEX triplet: C2, 75 and 4B. RGB value is (194,117,75). Sum of RGB (Red+Green+Blue) = 194+117+75=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2754B is #3D8AB4. Grayscale: #878787. Windows color (decimal): -4033205 or 4945346. OLE color: 4945346.
HSL color Cylindrical-coordinate representation of color #C2754B: hue angle of 21.18º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2754B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 75 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.24 |
| HSL | 21.18º | 0.49% | 0.53% | - |
| HSV(B) | 21.18º | 0.61% | 0.76% | - |
| XYZ | 29.88 | 24.7 | 9.85 | - |
| YUV | 135.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 75 | 0 | 0.40 | 0.61 | 0.24 | 21.18 | 0.49 | 0.53 |
| Hex | C2 | 75 | 4B | 0 | 28 | 3D | 18 | 15 | 31 | 35 |
| Octal | 302 | 165 | 113 | 0 | 50 | 75 | 30 | 25 | 61 | 65 |
| Binary | 11000010 | 1110101 | 1001011 | 0 | 101000 | 111101 | 11000 | 10101 | 110001 | 110101 |
Color Harmonies of #C2754B
Complementary color
Monochromatic Colors of #C2754B
Black with #C2754B
Text Example
Text Example
White with #C2754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2754B; }
p { color: rgb(194,117,75); }
H1.HeaderClassName
{
color: #C2754B;
}
.AnyTagClassName
{
color: #C2754B;
}
</style>
background-color css
<style>
a { background-color: #C2754B; }
a { background-color: rgb(194,117,75); }
div.DivClassName
{
background-color: #C2754B;
}
.BgClassName
{
background-color: #C2754B;
}
</style>
border-color css
<style>
span { border-color: #C2754B; }
span { border-color: rgb(194,117,75); }
td.TdClassName
{
border-color: #C2754B;
}
.TagClassName
{
border-color: #C2754B;
}
</style>