Shades of Indian Red #CB645E
Tints of Indian Red #CB645E
RGB
CMYK
RGB Variations
Color information
#CB645E (or 0xCB645E) is known color: Indian Red. HEX triplet: CB, 64 and 5E. RGB value is (203,100,94). Sum of RGB (Red+Green+Blue) = 203+100+94=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB645E is #349BA1. Grayscale: #828282. Windows color (decimal): -3447714 or 6186187. OLE color: 6186187.
HSL color Cylindrical-coordinate representation of color #CB645E: hue angle of 3.3º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB645E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 94 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.20 |
| HSL | 3.3º | 0.51% | 0.58% | - |
| HSV(B) | 3.3º | 0.54% | 0.8% | - |
| XYZ | 31.21 | 22.62 | 13.31 | - |
| YUV | 130.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 94 | 0 | 0.51 | 0.54 | 0.20 | 3.3 | 0.51 | 0.58 |
| Hex | CB | 64 | 5E | 0 | 33 | 36 | 14 | 3 | 33 | 3A |
| Octal | 313 | 144 | 136 | 0 | 63 | 66 | 24 | 3 | 63 | 72 |
| Binary | 11001011 | 1100100 | 1011110 | 0 | 110011 | 110110 | 10100 | 11 | 110011 | 111010 |
Color Harmonies of #CB645E
Complementary color
Monochromatic Colors of #CB645E
Black with #CB645E
Text Example
Text Example
White with #CB645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB645E; }
p { color: rgb(203,100,94); }
H1.HeaderClassName
{
color: #CB645E;
}
.AnyTagClassName
{
color: #CB645E;
}
</style>
background-color css
<style>
a { background-color: #CB645E; }
a { background-color: rgb(203,100,94); }
div.DivClassName
{
background-color: #CB645E;
}
.BgClassName
{
background-color: #CB645E;
}
</style>
border-color css
<style>
span { border-color: #CB645E; }
span { border-color: rgb(203,100,94); }
td.TdClassName
{
border-color: #CB645E;
}
.TagClassName
{
border-color: #CB645E;
}
</style>