Shades of Indian Red #CB5C5C
Tints of Indian Red #CB5C5C
RGB
CMYK
RGB Variations
Color information
#CB5C5C (or 0xCB5C5C) is known color: Indian Red. HEX triplet: CB, 5C and 5C. RGB value is (203,92,92). Sum of RGB (Red+Green+Blue) = 203+92+92=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C5C is #34A3A3. Grayscale: #7D7D7D. Windows color (decimal): -3449764 or 6053067. OLE color: 6053067.
HSL color Cylindrical-coordinate representation of color #CB5C5C: hue angle of 0º 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 #CB5C5C is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 92 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.20 |
| HSL | 0º | 0.52% | 0.58% | - |
| HSV(B) | 0º | 0.55% | 0.8% | - |
| XYZ | 30.39 | 21.12 | 12.6 | - |
| YUV | 125.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 92 | 0 | 0.55 | 0.55 | 0.20 | 0 | 0.52 | 0.58 |
| Hex | CB | 5C | 5C | 0 | 37 | 37 | 14 | 0 | 34 | 3A |
| Octal | 313 | 134 | 134 | 0 | 67 | 67 | 24 | 0 | 64 | 72 |
| Binary | 11001011 | 1011100 | 1011100 | 0 | 110111 | 110111 | 10100 | 0 | 110100 | 111010 |
Color Harmonies of #CB5C5C
Complementary color
Monochromatic Colors of #CB5C5C
Black with #CB5C5C
Text Example
Text Example
White with #CB5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C5C; }
p { color: rgb(203,92,92); }
H1.HeaderClassName
{
color: #CB5C5C;
}
.AnyTagClassName
{
color: #CB5C5C;
}
</style>
background-color css
<style>
a { background-color: #CB5C5C; }
a { background-color: rgb(203,92,92); }
div.DivClassName
{
background-color: #CB5C5C;
}
.BgClassName
{
background-color: #CB5C5C;
}
</style>
border-color css
<style>
span { border-color: #CB5C5C; }
span { border-color: rgb(203,92,92); }
td.TdClassName
{
border-color: #CB5C5C;
}
.TagClassName
{
border-color: #CB5C5C;
}
</style>