Shades of Indian Red #CB6760
Tints of Indian Red #CB6760
RGB
CMYK
RGB Variations
Color information
#CB6760 (or 0xCB6760) is known color: Indian Red. HEX triplet: CB, 67 and 60. RGB value is (203,103,96). Sum of RGB (Red+Green+Blue) = 203+103+96=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6760 is #34989F. Grayscale: #848484. Windows color (decimal): -3446944 or 6318027. OLE color: 6318027.
HSL color Cylindrical-coordinate representation of color #CB6760: hue angle of 3.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6760 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 96 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.20 |
| HSL | 3.93º | 0.51% | 0.59% | - |
| HSV(B) | 3.93º | 0.53% | 0.8% | - |
| XYZ | 31.59 | 23.24 | 13.89 | - |
| YUV | 132.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 96 | 0 | 0.49 | 0.53 | 0.20 | 3.93 | 0.51 | 0.59 |
| Hex | CB | 67 | 60 | 0 | 31 | 35 | 14 | 4 | 33 | 3B |
| Octal | 313 | 147 | 140 | 0 | 61 | 65 | 24 | 4 | 63 | 73 |
| Binary | 11001011 | 1100111 | 1100000 | 0 | 110001 | 110101 | 10100 | 100 | 110011 | 111011 |
Color Harmonies of #CB6760
Complementary color
Monochromatic Colors of #CB6760
Black with #CB6760
Text Example
Text Example
White with #CB6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6760; }
p { color: rgb(203,103,96); }
H1.HeaderClassName
{
color: #CB6760;
}
.AnyTagClassName
{
color: #CB6760;
}
</style>
background-color css
<style>
a { background-color: #CB6760; }
a { background-color: rgb(203,103,96); }
div.DivClassName
{
background-color: #CB6760;
}
.BgClassName
{
background-color: #CB6760;
}
</style>
border-color css
<style>
span { border-color: #CB6760; }
span { border-color: rgb(203,103,96); }
td.TdClassName
{
border-color: #CB6760;
}
.TagClassName
{
border-color: #CB6760;
}
</style>