Shades of Indian Red #CC655F
Tints of Indian Red #CC655F
RGB
CMYK
RGB Variations
Color information
#CC655F (or 0xCC655F) is known color: Indian Red. HEX triplet: CC, 65 and 5F. RGB value is (204,101,95). Sum of RGB (Red+Green+Blue) = 204+101+95=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC655F is #339AA0. Grayscale: #838383. Windows color (decimal): -3381921 or 6251980. OLE color: 6251980.
HSL color Cylindrical-coordinate representation of color #CC655F: hue angle of 3.3º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC655F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 95 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.2 |
| HSL | 3.3º | 0.52% | 0.59% | - |
| HSV(B) | 3.3º | 0.53% | 0.8% | - |
| XYZ | 31.62 | 22.97 | 13.59 | - |
| YUV | 131.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 95 | 0 | 0.50 | 0.53 | 0.2 | 3.3 | 0.52 | 0.59 |
| Hex | CC | 65 | 5F | 0 | 32 | 35 | 14 | 3 | 34 | 3B |
| Octal | 314 | 145 | 137 | 0 | 62 | 65 | 24 | 3 | 64 | 73 |
| Binary | 11001100 | 1100101 | 1011111 | 0 | 110010 | 110101 | 10100 | 11 | 110100 | 111011 |
Color Harmonies of #CC655F
Complementary color
Monochromatic Colors of #CC655F
Black with #CC655F
Text Example
Text Example
White with #CC655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC655F; }
p { color: rgb(204,101,95); }
H1.HeaderClassName
{
color: #CC655F;
}
.AnyTagClassName
{
color: #CC655F;
}
</style>
background-color css
<style>
a { background-color: #CC655F; }
a { background-color: rgb(204,101,95); }
div.DivClassName
{
background-color: #CC655F;
}
.BgClassName
{
background-color: #CC655F;
}
</style>
border-color css
<style>
span { border-color: #CC655F; }
span { border-color: rgb(204,101,95); }
td.TdClassName
{
border-color: #CC655F;
}
.TagClassName
{
border-color: #CC655F;
}
</style>