Shades of Sunglo #C2615C
Tints of Sunglo #C2615C
RGB
CMYK
RGB Variations
Color information
#C2615C (or 0xC2615C) is known color: Sunglo. HEX triplet: C2, 61 and 5C. RGB value is (194,97,92). Sum of RGB (Red+Green+Blue) = 194+97+92=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2615C is #3D9EA3. Grayscale: #7D7D7D. Windows color (decimal): -4038308 or 6054338. OLE color: 6054338.
HSL color Cylindrical-coordinate representation of color #C2615C: hue angle of 2.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2615C is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 92 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.24 |
| HSL | 2.94º | 0.46% | 0.56% | - |
| HSV(B) | 2.94º | 0.53% | 0.76% | - |
| XYZ | 28.45 | 20.79 | 12.64 | - |
| YUV | 125.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 92 | 0 | 0.50 | 0.53 | 0.24 | 2.94 | 0.46 | 0.56 |
| Hex | C2 | 61 | 5C | 0 | 32 | 35 | 18 | 3 | 2E | 38 |
| Octal | 302 | 141 | 134 | 0 | 62 | 65 | 30 | 3 | 56 | 70 |
| Binary | 11000010 | 1100001 | 1011100 | 0 | 110010 | 110101 | 11000 | 11 | 101110 | 111000 |
Color Harmonies of #C2615C
Complementary color
Monochromatic Colors of #C2615C
Black with #C2615C
Text Example
Text Example
White with #C2615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2615C; }
p { color: rgb(194,97,92); }
H1.HeaderClassName
{
color: #C2615C;
}
.AnyTagClassName
{
color: #C2615C;
}
</style>
background-color css
<style>
a { background-color: #C2615C; }
a { background-color: rgb(194,97,92); }
div.DivClassName
{
background-color: #C2615C;
}
.BgClassName
{
background-color: #C2615C;
}
</style>
border-color css
<style>
span { border-color: #C2615C; }
span { border-color: rgb(194,97,92); }
td.TdClassName
{
border-color: #C2615C;
}
.TagClassName
{
border-color: #C2615C;
}
</style>