Shades of Red Damask #CA654B
Tints of Red Damask #CA654B
RGB
CMYK
RGB Variations
Color information
#CA654B (or 0xCA654B) is known color: Red Damask. HEX triplet: CA, 65 and 4B. RGB value is (202,101,75). Sum of RGB (Red+Green+Blue) = 202+101+75=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA654B is #359AB4. Grayscale: #808080. Windows color (decimal): -3513013 or 4941258. OLE color: 4941258.
HSL color Cylindrical-coordinate representation of color #CA654B: hue angle of 12.28º 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 #CA654B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 75 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.21 |
| HSL | 12.28º | 0.55% | 0.54% | - |
| HSV(B) | 12.28º | 0.63% | 0.79% | - |
| XYZ | 30.28 | 22.37 | 9.38 | - |
| YUV | 128.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 75 | 0 | 0.50 | 0.63 | 0.21 | 12.28 | 0.55 | 0.54 |
| Hex | CA | 65 | 4B | 0 | 32 | 3F | 15 | C | 37 | 36 |
| Octal | 312 | 145 | 113 | 0 | 62 | 77 | 25 | 14 | 67 | 66 |
| Binary | 11001010 | 1100101 | 1001011 | 0 | 110010 | 111111 | 10101 | 1100 | 110111 | 110110 |
Color Harmonies of #CA654B
Complementary color
Monochromatic Colors of #CA654B
Black with #CA654B
Text Example
Text Example
White with #CA654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA654B; }
p { color: rgb(202,101,75); }
H1.HeaderClassName
{
color: #CA654B;
}
.AnyTagClassName
{
color: #CA654B;
}
</style>
background-color css
<style>
a { background-color: #CA654B; }
a { background-color: rgb(202,101,75); }
div.DivClassName
{
background-color: #CA654B;
}
.BgClassName
{
background-color: #CA654B;
}
</style>
border-color css
<style>
span { border-color: #CA654B; }
span { border-color: rgb(202,101,75); }
td.TdClassName
{
border-color: #CA654B;
}
.TagClassName
{
border-color: #CA654B;
}
</style>