Shades of Sunglo #C3615D
Tints of Sunglo #C3615D
RGB
CMYK
RGB Variations
Color information
#C3615D (or 0xC3615D) is known color: Sunglo. HEX triplet: C3, 61 and 5D. RGB value is (195,97,93). Sum of RGB (Red+Green+Blue) = 195+97+93=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3615D is #3C9EA2. Grayscale: #7D7D7D. Windows color (decimal): -3972771 or 6119875. OLE color: 6119875.
HSL color Cylindrical-coordinate representation of color #C3615D: hue angle of 2.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3615D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 93 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.24 |
| HSL | 2.35º | 0.46% | 0.56% | - |
| HSV(B) | 2.35º | 0.52% | 0.76% | - |
| XYZ | 28.76 | 20.94 | 12.88 | - |
| YUV | 125.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 93 | 0 | 0.50 | 0.52 | 0.24 | 2.35 | 0.46 | 0.56 |
| Hex | C3 | 61 | 5D | 0 | 32 | 34 | 18 | 2 | 2E | 38 |
| Octal | 303 | 141 | 135 | 0 | 62 | 64 | 30 | 2 | 56 | 70 |
| Binary | 11000011 | 1100001 | 1011101 | 0 | 110010 | 110100 | 11000 | 10 | 101110 | 111000 |
Color Harmonies of #C3615D
Complementary color
Monochromatic Colors of #C3615D
Black with #C3615D
Text Example
Text Example
White with #C3615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3615D; }
p { color: rgb(195,97,93); }
H1.HeaderClassName
{
color: #C3615D;
}
.AnyTagClassName
{
color: #C3615D;
}
</style>
background-color css
<style>
a { background-color: #C3615D; }
a { background-color: rgb(195,97,93); }
div.DivClassName
{
background-color: #C3615D;
}
.BgClassName
{
background-color: #C3615D;
}
</style>
border-color css
<style>
span { border-color: #C3615D; }
span { border-color: rgb(195,97,93); }
td.TdClassName
{
border-color: #C3615D;
}
.TagClassName
{
border-color: #C3615D;
}
</style>