Shades of Indian Red #CB615C
Tints of Indian Red #CB615C
RGB
CMYK
RGB Variations
Color information
#CB615C (or 0xCB615C) is known color: Indian Red. HEX triplet: CB, 61 and 5C. RGB value is (203,97,92). Sum of RGB (Red+Green+Blue) = 203+97+92=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB615C is #349EA3. Grayscale: #808080. Windows color (decimal): -3448484 or 6054347. OLE color: 6054347.
HSL color Cylindrical-coordinate representation of color #CB615C: hue angle of 2.7º 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 #CB615C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 92 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.20 |
| HSL | 2.7º | 0.52% | 0.58% | - |
| HSV(B) | 2.7º | 0.55% | 0.8% | - |
| XYZ | 30.84 | 22.02 | 12.75 | - |
| YUV | 128.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 92 | 0 | 0.52 | 0.55 | 0.20 | 2.7 | 0.52 | 0.58 |
| Hex | CB | 61 | 5C | 0 | 34 | 37 | 14 | 3 | 34 | 3A |
| Octal | 313 | 141 | 134 | 0 | 64 | 67 | 24 | 3 | 64 | 72 |
| Binary | 11001011 | 1100001 | 1011100 | 0 | 110100 | 110111 | 10100 | 11 | 110100 | 111010 |
Color Harmonies of #CB615C
Complementary color
Monochromatic Colors of #CB615C
Black with #CB615C
Text Example
Text Example
White with #CB615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB615C; }
p { color: rgb(203,97,92); }
H1.HeaderClassName
{
color: #CB615C;
}
.AnyTagClassName
{
color: #CB615C;
}
</style>
background-color css
<style>
a { background-color: #CB615C; }
a { background-color: rgb(203,97,92); }
div.DivClassName
{
background-color: #CB615C;
}
.BgClassName
{
background-color: #CB615C;
}
</style>
border-color css
<style>
span { border-color: #CB615C; }
span { border-color: rgb(203,97,92); }
td.TdClassName
{
border-color: #CB615C;
}
.TagClassName
{
border-color: #CB615C;
}
</style>