Shades of IndianRed #CD5C5C
Tints of IndianRed #CD5C5C
RGB
CMYK
RGB Variations
Color information
#CD5C5C (or 0xCD5C5C) is known color: IndianRed. HEX triplet: CD, 5C and 5C. RGB value is (205,92,92). Sum of RGB (Red+Green+Blue) = 205+92+92=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C5C is #32A3A3. Grayscale: #7D7D7D. Windows color (decimal): -3318692 or 6053069. OLE color: 6053069.
HSL color Cylindrical-coordinate representation of color #CD5C5C: hue angle of 0º 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 #CD5C5C is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 92 | 92 | - |
CMYK | 0 | 0.55 | 0.55 | 0.20 |
HSL | 0º | 0.53% | 0.58% | - |
HSV(B) | 0º | 0.55% | 0.8% | - |
XYZ | 30.94 | 21.41 | 12.63 | - |
YUV | 125.79 | 108.94 | 184.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 92 | 92 | 0 | 0.55 | 0.55 | 0.20 | 0 | 0.53 | 0.58 |
Hex | CD | 5C | 5C | 0 | 37 | 37 | 14 | 0 | 35 | 3A |
Octal | 315 | 134 | 134 | 0 | 67 | 67 | 24 | 0 | 65 | 72 |
Binary | 11001101 | 1011100 | 1011100 | 0 | 110111 | 110111 | 10100 | 0 | 110101 | 111010 |
Color Harmonies of #CD5C5C
Complementary color
Monochromatic Colors of #CD5C5C
Black with #CD5C5C
Text Example
Text Example
White with #CD5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C5C; }
p { color: rgb(205,92,92); }
H1.HeaderClassName
{
color: #CD5C5C;
}
.AnyTagClassName
{
color: #CD5C5C;
}
</style>
background-color css
<style>
a { background-color: #CD5C5C; }
a { background-color: rgb(205,92,92); }
div.DivClassName
{
background-color: #CD5C5C;
}
.BgClassName
{
background-color: #CD5C5C;
}
</style>
border-color css
<style>
span { border-color: #CD5C5C; }
span { border-color: rgb(205,92,92); }
td.TdClassName
{
border-color: #CD5C5C;
}
.TagClassName
{
border-color: #CD5C5C;
}
</style>