Shades of Indian Red #CC615C
Tints of Indian Red #CC615C
RGB
CMYK
RGB Variations
Color information
#CC615C (or 0xCC615C) is known color: Indian Red. HEX triplet: CC, 61 and 5C. RGB value is (204,97,92). Sum of RGB (Red+Green+Blue) = 204+97+92=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC615C is #339EA3. Grayscale: #808080. Windows color (decimal): -3382948 or 6054348. OLE color: 6054348.
HSL color Cylindrical-coordinate representation of color #CC615C: hue angle of 2.68º degrees, saturation: 0.52, 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 #CC615C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 92 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.2 |
| HSL | 2.68º | 0.52% | 0.58% | - |
| HSV(B) | 2.68º | 0.55% | 0.8% | - |
| XYZ | 31.11 | 22.16 | 12.76 | - |
| YUV | 128.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 92 | 0 | 0.52 | 0.55 | 0.2 | 2.68 | 0.52 | 0.58 |
| Hex | CC | 61 | 5C | 0 | 34 | 37 | 14 | 3 | 34 | 3A |
| Octal | 314 | 141 | 134 | 0 | 64 | 67 | 24 | 3 | 64 | 72 |
| Binary | 11001100 | 1100001 | 1011100 | 0 | 110100 | 110111 | 10100 | 11 | 110100 | 111010 |
Color Harmonies of #CC615C
Complementary color
Monochromatic Colors of #CC615C
Black with #CC615C
Text Example
Text Example
White with #CC615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC615C; }
p { color: rgb(204,97,92); }
H1.HeaderClassName
{
color: #CC615C;
}
.AnyTagClassName
{
color: #CC615C;
}
</style>
background-color css
<style>
a { background-color: #CC615C; }
a { background-color: rgb(204,97,92); }
div.DivClassName
{
background-color: #CC615C;
}
.BgClassName
{
background-color: #CC615C;
}
</style>
border-color css
<style>
span { border-color: #CC615C; }
span { border-color: rgb(204,97,92); }
td.TdClassName
{
border-color: #CC615C;
}
.TagClassName
{
border-color: #CC615C;
}
</style>