Shades of Indian Red #CB605D
Tints of Indian Red #CB605D
RGB
CMYK
RGB Variations
Color information
#CB605D (or 0xCB605D) is known color: Indian Red. HEX triplet: CB, 60 and 5D. RGB value is (203,96,93). Sum of RGB (Red+Green+Blue) = 203+96+93=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605D is #349FA2. Grayscale: #7F7F7F. Windows color (decimal): -3448739 or 6119627. OLE color: 6119627.
HSL color Cylindrical-coordinate representation of color #CB605D: hue angle of 1.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB605D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 93 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.20 |
| HSL | 1.64º | 0.51% | 0.58% | - |
| HSV(B) | 1.64º | 0.54% | 0.8% | - |
| XYZ | 30.79 | 21.85 | 12.95 | - |
| YUV | 127.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 93 | 0 | 0.53 | 0.54 | 0.20 | 1.64 | 0.51 | 0.58 |
| Hex | CB | 60 | 5D | 0 | 35 | 36 | 14 | 2 | 33 | 3A |
| Octal | 313 | 140 | 135 | 0 | 65 | 66 | 24 | 2 | 63 | 72 |
| Binary | 11001011 | 1100000 | 1011101 | 0 | 110101 | 110110 | 10100 | 10 | 110011 | 111010 |
Color Harmonies of #CB605D
Complementary color
Monochromatic Colors of #CB605D
Black with #CB605D
Text Example
Text Example
White with #CB605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB605D; }
p { color: rgb(203,96,93); }
H1.HeaderClassName
{
color: #CB605D;
}
.AnyTagClassName
{
color: #CB605D;
}
</style>
background-color css
<style>
a { background-color: #CB605D; }
a { background-color: rgb(203,96,93); }
div.DivClassName
{
background-color: #CB605D;
}
.BgClassName
{
background-color: #CB605D;
}
</style>
border-color css
<style>
span { border-color: #CB605D; }
span { border-color: rgb(203,96,93); }
td.TdClassName
{
border-color: #CB605D;
}
.TagClassName
{
border-color: #CB605D;
}
</style>