Shades of Indian Red #CE605C
Tints of Indian Red #CE605C
RGB
CMYK
RGB Variations
Color information
#CE605C (or 0xCE605C) is known color: Indian Red. HEX triplet: CE, 60 and 5C. RGB value is (206,96,92). Sum of RGB (Red+Green+Blue) = 206+96+92=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE605C is #319FA3. Grayscale: #808080. Windows color (decimal): -3252132 or 6054094. OLE color: 6054094.
HSL color Cylindrical-coordinate representation of color #CE605C: hue angle of 2.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE605C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 92 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.19 |
| HSL | 2.11º | 0.54% | 0.58% | - |
| HSV(B) | 2.11º | 0.55% | 0.81% | - |
| XYZ | 31.57 | 22.26 | 12.76 | - |
| YUV | 128.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 92 | 0 | 0.53 | 0.55 | 0.19 | 2.11 | 0.54 | 0.58 |
| Hex | CE | 60 | 5C | 0 | 35 | 37 | 13 | 2 | 36 | 3A |
| Octal | 316 | 140 | 134 | 0 | 65 | 67 | 23 | 2 | 66 | 72 |
| Binary | 11001110 | 1100000 | 1011100 | 0 | 110101 | 110111 | 10011 | 10 | 110110 | 111010 |
Color Harmonies of #CE605C
Complementary color
Monochromatic Colors of #CE605C
Black with #CE605C
Text Example
Text Example
White with #CE605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE605C; }
p { color: rgb(206,96,92); }
H1.HeaderClassName
{
color: #CE605C;
}
.AnyTagClassName
{
color: #CE605C;
}
</style>
background-color css
<style>
a { background-color: #CE605C; }
a { background-color: rgb(206,96,92); }
div.DivClassName
{
background-color: #CE605C;
}
.BgClassName
{
background-color: #CE605C;
}
</style>
border-color css
<style>
span { border-color: #CE605C; }
span { border-color: rgb(206,96,92); }
td.TdClassName
{
border-color: #CE605C;
}
.TagClassName
{
border-color: #CE605C;
}
</style>