Shades of Indian Red #CC625C
Tints of Indian Red #CC625C
RGB
CMYK
RGB Variations
Color information
#CC625C (or 0xCC625C) is known color: Indian Red. HEX triplet: CC, 62 and 5C. RGB value is (204,98,92). Sum of RGB (Red+Green+Blue) = 204+98+92=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC625C is #339DA3. Grayscale: #818181. Windows color (decimal): -3382692 or 6054604. OLE color: 6054604.
HSL color Cylindrical-coordinate representation of color #CC625C: hue angle of 3.21º 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 #CC625C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 92 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.2 |
| HSL | 3.21º | 0.52% | 0.58% | - |
| HSV(B) | 3.21º | 0.55% | 0.8% | - |
| XYZ | 31.2 | 22.35 | 12.79 | - |
| YUV | 129.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 92 | 0 | 0.52 | 0.55 | 0.2 | 3.21 | 0.52 | 0.58 |
| Hex | CC | 62 | 5C | 0 | 34 | 37 | 14 | 3 | 34 | 3A |
| Octal | 314 | 142 | 134 | 0 | 64 | 67 | 24 | 3 | 64 | 72 |
| Binary | 11001100 | 1100010 | 1011100 | 0 | 110100 | 110111 | 10100 | 11 | 110100 | 111010 |
Color Harmonies of #CC625C
Complementary color
Monochromatic Colors of #CC625C
Black with #CC625C
Text Example
Text Example
White with #CC625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC625C; }
p { color: rgb(204,98,92); }
H1.HeaderClassName
{
color: #CC625C;
}
.AnyTagClassName
{
color: #CC625C;
}
</style>
background-color css
<style>
a { background-color: #CC625C; }
a { background-color: rgb(204,98,92); }
div.DivClassName
{
background-color: #CC625C;
}
.BgClassName
{
background-color: #CC625C;
}
</style>
border-color css
<style>
span { border-color: #CC625C; }
span { border-color: rgb(204,98,92); }
td.TdClassName
{
border-color: #CC625C;
}
.TagClassName
{
border-color: #CC625C;
}
</style>