Shades of Indian Red #CC615B
Tints of Indian Red #CC615B
RGB
CMYK
RGB Variations
Color information
#CC615B (or 0xCC615B) is known color: Indian Red. HEX triplet: CC, 61 and 5B. RGB value is (204,97,91). Sum of RGB (Red+Green+Blue) = 204+97+91=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC615B is #339EA4. Grayscale: #808080. Windows color (decimal): -3382949 or 5988812. OLE color: 5988812.
HSL color Cylindrical-coordinate representation of color #CC615B: hue angle of 3.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC615B is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 91 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.2 |
| HSL | 3.19º | 0.53% | 0.58% | - |
| HSV(B) | 3.19º | 0.55% | 0.8% | - |
| XYZ | 31.06 | 22.14 | 12.53 | - |
| YUV | 128.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 91 | 0 | 0.52 | 0.55 | 0.2 | 3.19 | 0.53 | 0.58 |
| Hex | CC | 61 | 5B | 0 | 34 | 37 | 14 | 3 | 35 | 3A |
| Octal | 314 | 141 | 133 | 0 | 64 | 67 | 24 | 3 | 65 | 72 |
| Binary | 11001100 | 1100001 | 1011011 | 0 | 110100 | 110111 | 10100 | 11 | 110101 | 111010 |
Color Harmonies of #CC615B
Complementary color
Monochromatic Colors of #CC615B
Black with #CC615B
Text Example
Text Example
White with #CC615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC615B; }
p { color: rgb(204,97,91); }
H1.HeaderClassName
{
color: #CC615B;
}
.AnyTagClassName
{
color: #CC615B;
}
</style>
background-color css
<style>
a { background-color: #CC615B; }
a { background-color: rgb(204,97,91); }
div.DivClassName
{
background-color: #CC615B;
}
.BgClassName
{
background-color: #CC615B;
}
</style>
border-color css
<style>
span { border-color: #CC615B; }
span { border-color: rgb(204,97,91); }
td.TdClassName
{
border-color: #CC615B;
}
.TagClassName
{
border-color: #CC615B;
}
</style>