Shades of Indian Red #CB6663
Tints of Indian Red #CB6663
RGB
CMYK
RGB Variations
Color information
#CB6663 (or 0xCB6663) is known color: Indian Red. HEX triplet: CB, 66 and 63. RGB value is (203,102,99). Sum of RGB (Red+Green+Blue) = 203+102+99=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6663 is #34999C. Grayscale: #838383. Windows color (decimal): -3447197 or 6514379. OLE color: 6514379.
HSL color Cylindrical-coordinate representation of color #CB6663: hue angle of 1.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6663 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 99 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.20 |
| HSL | 1.73º | 0.5% | 0.59% | - |
| HSV(B) | 1.73º | 0.51% | 0.8% | - |
| XYZ | 31.63 | 23.1 | 14.6 | - |
| YUV | 131.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 99 | 0 | 0.50 | 0.51 | 0.20 | 1.73 | 0.5 | 0.59 |
| Hex | CB | 66 | 63 | 0 | 32 | 33 | 14 | 2 | 32 | 3B |
| Octal | 313 | 146 | 143 | 0 | 62 | 63 | 24 | 2 | 62 | 73 |
| Binary | 11001011 | 1100110 | 1100011 | 0 | 110010 | 110011 | 10100 | 10 | 110010 | 111011 |
Color Harmonies of #CB6663
Complementary color
Monochromatic Colors of #CB6663
Black with #CB6663
Text Example
Text Example
White with #CB6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6663; }
p { color: rgb(203,102,99); }
H1.HeaderClassName
{
color: #CB6663;
}
.AnyTagClassName
{
color: #CB6663;
}
</style>
background-color css
<style>
a { background-color: #CB6663; }
a { background-color: rgb(203,102,99); }
div.DivClassName
{
background-color: #CB6663;
}
.BgClassName
{
background-color: #CB6663;
}
</style>
border-color css
<style>
span { border-color: #CB6663; }
span { border-color: rgb(203,102,99); }
td.TdClassName
{
border-color: #CB6663;
}
.TagClassName
{
border-color: #CB6663;
}
</style>