Shades of Indian Red #CB605C
Tints of Indian Red #CB605C
RGB
CMYK
RGB Variations
Color information
#CB605C (or 0xCB605C) is known color: Indian Red. HEX triplet: CB, 60 and 5C. RGB value is (203,96,92). Sum of RGB (Red+Green+Blue) = 203+96+92=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605C is #349FA3. Grayscale: #7F7F7F. Windows color (decimal): -3448740 or 6054091. OLE color: 6054091.
HSL color Cylindrical-coordinate representation of color #CB605C: hue angle of 2.16º 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 #CB605C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 92 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.20 |
| HSL | 2.16º | 0.52% | 0.58% | - |
| HSV(B) | 2.16º | 0.55% | 0.8% | - |
| XYZ | 30.74 | 21.83 | 12.72 | - |
| YUV | 127.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 92 | 0 | 0.53 | 0.55 | 0.20 | 2.16 | 0.52 | 0.58 |
| Hex | CB | 60 | 5C | 0 | 35 | 37 | 14 | 2 | 34 | 3A |
| Octal | 313 | 140 | 134 | 0 | 65 | 67 | 24 | 2 | 64 | 72 |
| Binary | 11001011 | 1100000 | 1011100 | 0 | 110101 | 110111 | 10100 | 10 | 110100 | 111010 |
Color Harmonies of #CB605C
Complementary color
Monochromatic Colors of #CB605C
Black with #CB605C
Text Example
Text Example
White with #CB605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB605C; }
p { color: rgb(203,96,92); }
H1.HeaderClassName
{
color: #CB605C;
}
.AnyTagClassName
{
color: #CB605C;
}
</style>
background-color css
<style>
a { background-color: #CB605C; }
a { background-color: rgb(203,96,92); }
div.DivClassName
{
background-color: #CB605C;
}
.BgClassName
{
background-color: #CB605C;
}
</style>
border-color css
<style>
span { border-color: #CB605C; }
span { border-color: rgb(203,96,92); }
td.TdClassName
{
border-color: #CB605C;
}
.TagClassName
{
border-color: #CB605C;
}
</style>