Shades of Indian Red #CB635C
Tints of Indian Red #CB635C
RGB
CMYK
RGB Variations
Color information
#CB635C (or 0xCB635C) is known color: Indian Red. HEX triplet: CB, 63 and 5C. RGB value is (203,99,92). Sum of RGB (Red+Green+Blue) = 203+99+92=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB635C is #349CA3. Grayscale: #818181. Windows color (decimal): -3447972 or 6054859. OLE color: 6054859.
HSL color Cylindrical-coordinate representation of color #CB635C: hue angle of 3.78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB635C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 92 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.20 |
| HSL | 3.78º | 0.52% | 0.58% | - |
| HSV(B) | 3.78º | 0.55% | 0.8% | - |
| XYZ | 31.02 | 22.39 | 12.81 | - |
| YUV | 129.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 92 | 0 | 0.51 | 0.55 | 0.20 | 3.78 | 0.52 | 0.58 |
| Hex | CB | 63 | 5C | 0 | 33 | 37 | 14 | 4 | 34 | 3A |
| Octal | 313 | 143 | 134 | 0 | 63 | 67 | 24 | 4 | 64 | 72 |
| Binary | 11001011 | 1100011 | 1011100 | 0 | 110011 | 110111 | 10100 | 100 | 110100 | 111010 |
Color Harmonies of #CB635C
Complementary color
Monochromatic Colors of #CB635C
Black with #CB635C
Text Example
Text Example
White with #CB635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB635C; }
p { color: rgb(203,99,92); }
H1.HeaderClassName
{
color: #CB635C;
}
.AnyTagClassName
{
color: #CB635C;
}
</style>
background-color css
<style>
a { background-color: #CB635C; }
a { background-color: rgb(203,99,92); }
div.DivClassName
{
background-color: #CB635C;
}
.BgClassName
{
background-color: #CB635C;
}
</style>
border-color css
<style>
span { border-color: #CB635C; }
span { border-color: rgb(203,99,92); }
td.TdClassName
{
border-color: #CB635C;
}
.TagClassName
{
border-color: #CB635C;
}
</style>