Shades of Indian Red #CB6661
Tints of Indian Red #CB6661
RGB
CMYK
RGB Variations
Color information
#CB6661 (or 0xCB6661) is known color: Indian Red. HEX triplet: CB, 66 and 61. RGB value is (203,102,97). Sum of RGB (Red+Green+Blue) = 203+102+97=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6661 is #34999E. Grayscale: #838383. Windows color (decimal): -3447199 or 6383307. OLE color: 6383307.
HSL color Cylindrical-coordinate representation of color #CB6661: hue angle of 2.83º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6661 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 97 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.20 |
| HSL | 2.83º | 0.5% | 0.59% | - |
| HSV(B) | 2.83º | 0.52% | 0.8% | - |
| XYZ | 31.54 | 23.06 | 14.1 | - |
| YUV | 131.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 97 | 0 | 0.50 | 0.52 | 0.20 | 2.83 | 0.5 | 0.59 |
| Hex | CB | 66 | 61 | 0 | 32 | 34 | 14 | 3 | 32 | 3B |
| Octal | 313 | 146 | 141 | 0 | 62 | 64 | 24 | 3 | 62 | 73 |
| Binary | 11001011 | 1100110 | 1100001 | 0 | 110010 | 110100 | 10100 | 11 | 110010 | 111011 |
Color Harmonies of #CB6661
Complementary color
Monochromatic Colors of #CB6661
Black with #CB6661
Text Example
Text Example
White with #CB6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6661; }
p { color: rgb(203,102,97); }
H1.HeaderClassName
{
color: #CB6661;
}
.AnyTagClassName
{
color: #CB6661;
}
</style>
background-color css
<style>
a { background-color: #CB6661; }
a { background-color: rgb(203,102,97); }
div.DivClassName
{
background-color: #CB6661;
}
.BgClassName
{
background-color: #CB6661;
}
</style>
border-color css
<style>
span { border-color: #CB6661; }
span { border-color: rgb(203,102,97); }
td.TdClassName
{
border-color: #CB6661;
}
.TagClassName
{
border-color: #CB6661;
}
</style>