Shades of Red Damask #CA674B
Tints of Red Damask #CA674B
RGB
CMYK
RGB Variations
Color information
#CA674B (or 0xCA674B) is known color: Red Damask. HEX triplet: CA, 67 and 4B. RGB value is (202,103,75). Sum of RGB (Red+Green+Blue) = 202+103+75=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA674B is #3598B4. Grayscale: #818181. Windows color (decimal): -3512501 or 4941770. OLE color: 4941770.
HSL color Cylindrical-coordinate representation of color #CA674B: hue angle of 13.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA674B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 75 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.21 |
| HSL | 13.23º | 0.55% | 0.54% | - |
| HSV(B) | 13.23º | 0.63% | 0.79% | - |
| XYZ | 30.48 | 22.77 | 9.44 | - |
| YUV | 129.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 75 | 0 | 0.49 | 0.63 | 0.21 | 13.23 | 0.55 | 0.54 |
| Hex | CA | 67 | 4B | 0 | 31 | 3F | 15 | D | 37 | 36 |
| Octal | 312 | 147 | 113 | 0 | 61 | 77 | 25 | 15 | 67 | 66 |
| Binary | 11001010 | 1100111 | 1001011 | 0 | 110001 | 111111 | 10101 | 1101 | 110111 | 110110 |
Color Harmonies of #CA674B
Complementary color
Monochromatic Colors of #CA674B
Black with #CA674B
Text Example
Text Example
White with #CA674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA674B; }
p { color: rgb(202,103,75); }
H1.HeaderClassName
{
color: #CA674B;
}
.AnyTagClassName
{
color: #CA674B;
}
</style>
background-color css
<style>
a { background-color: #CA674B; }
a { background-color: rgb(202,103,75); }
div.DivClassName
{
background-color: #CA674B;
}
.BgClassName
{
background-color: #CA674B;
}
</style>
border-color css
<style>
span { border-color: #CA674B; }
span { border-color: rgb(202,103,75); }
td.TdClassName
{
border-color: #CA674B;
}
.TagClassName
{
border-color: #CA674B;
}
</style>