Shades of Indian Red #CB6362
Tints of Indian Red #CB6362
RGB
CMYK
RGB Variations
Color information
#CB6362 (or 0xCB6362) is known color: Indian Red. HEX triplet: CB, 63 and 62. RGB value is (203,99,98). Sum of RGB (Red+Green+Blue) = 203+99+98=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6362 is #349C9D. Grayscale: #828282. Windows color (decimal): -3447966 or 6448075. OLE color: 6448075.
HSL color Cylindrical-coordinate representation of color #CB6362: hue angle of 0.57º 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 #CB6362 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 98 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.20 |
| HSL | 0.57º | 0.5% | 0.59% | - |
| HSV(B) | 0.57º | 0.52% | 0.8% | - |
| XYZ | 31.3 | 22.5 | 14.25 | - |
| YUV | 129.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 98 | 0 | 0.51 | 0.52 | 0.20 | 0.57 | 0.5 | 0.59 |
| Hex | CB | 63 | 62 | 0 | 33 | 34 | 14 | 1 | 32 | 3B |
| Octal | 313 | 143 | 142 | 0 | 63 | 64 | 24 | 1 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1100010 | 0 | 110011 | 110100 | 10100 | 1 | 110010 | 111011 |
Color Harmonies of #CB6362
Complementary color
Monochromatic Colors of #CB6362
Black with #CB6362
Text Example
Text Example
White with #CB6362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6362; }
p { color: rgb(203,99,98); }
H1.HeaderClassName
{
color: #CB6362;
}
.AnyTagClassName
{
color: #CB6362;
}
</style>
background-color css
<style>
a { background-color: #CB6362; }
a { background-color: rgb(203,99,98); }
div.DivClassName
{
background-color: #CB6362;
}
.BgClassName
{
background-color: #CB6362;
}
</style>
border-color css
<style>
span { border-color: #CB6362; }
span { border-color: rgb(203,99,98); }
td.TdClassName
{
border-color: #CB6362;
}
.TagClassName
{
border-color: #CB6362;
}
</style>