Shades of Indian Red #CB655F
Tints of Indian Red #CB655F
RGB
CMYK
RGB Variations
Color information
#CB655F (or 0xCB655F) is known color: Indian Red. HEX triplet: CB, 65 and 5F. RGB value is (203,101,95). Sum of RGB (Red+Green+Blue) = 203+101+95=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB655F is #349AA0. Grayscale: #828282. Windows color (decimal): -3447457 or 6251979. OLE color: 6251979.
HSL color Cylindrical-coordinate representation of color #CB655F: hue angle of 3.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB655F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 95 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.20 |
| HSL | 3.33º | 0.51% | 0.58% | - |
| HSV(B) | 3.33º | 0.53% | 0.8% | - |
| XYZ | 31.35 | 22.83 | 13.58 | - |
| YUV | 130.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 95 | 0 | 0.50 | 0.53 | 0.20 | 3.33 | 0.51 | 0.58 |
| Hex | CB | 65 | 5F | 0 | 32 | 35 | 14 | 3 | 33 | 3A |
| Octal | 313 | 145 | 137 | 0 | 62 | 65 | 24 | 3 | 63 | 72 |
| Binary | 11001011 | 1100101 | 1011111 | 0 | 110010 | 110101 | 10100 | 11 | 110011 | 111010 |
Color Harmonies of #CB655F
Complementary color
Monochromatic Colors of #CB655F
Black with #CB655F
Text Example
Text Example
White with #CB655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB655F; }
p { color: rgb(203,101,95); }
H1.HeaderClassName
{
color: #CB655F;
}
.AnyTagClassName
{
color: #CB655F;
}
</style>
background-color css
<style>
a { background-color: #CB655F; }
a { background-color: rgb(203,101,95); }
div.DivClassName
{
background-color: #CB655F;
}
.BgClassName
{
background-color: #CB655F;
}
</style>
border-color css
<style>
span { border-color: #CB655F; }
span { border-color: rgb(203,101,95); }
td.TdClassName
{
border-color: #CB655F;
}
.TagClassName
{
border-color: #CB655F;
}
</style>