Shades of Sunglo #C2655C
Tints of Sunglo #C2655C
RGB
CMYK
RGB Variations
Color information
#C2655C (or 0xC2655C) is known color: Sunglo. HEX triplet: C2, 65 and 5C. RGB value is (194,101,92). Sum of RGB (Red+Green+Blue) = 194+101+92=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2655C is #3D9AA3. Grayscale: #7F7F7F. Windows color (decimal): -4037284 or 6055362. OLE color: 6055362.
HSL color Cylindrical-coordinate representation of color #C2655C: hue angle of 5.29º 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 #C2655C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 92 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.24 |
| HSL | 5.29º | 0.46% | 0.56% | - |
| HSV(B) | 5.29º | 0.53% | 0.76% | - |
| XYZ | 28.83 | 21.55 | 12.76 | - |
| YUV | 127.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 92 | 0 | 0.48 | 0.53 | 0.24 | 5.29 | 0.46 | 0.56 |
| Hex | C2 | 65 | 5C | 0 | 30 | 35 | 18 | 5 | 2E | 38 |
| Octal | 302 | 145 | 134 | 0 | 60 | 65 | 30 | 5 | 56 | 70 |
| Binary | 11000010 | 1100101 | 1011100 | 0 | 110000 | 110101 | 11000 | 101 | 101110 | 111000 |
Color Harmonies of #C2655C
Complementary color
Monochromatic Colors of #C2655C
Black with #C2655C
Text Example
Text Example
White with #C2655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2655C; }
p { color: rgb(194,101,92); }
H1.HeaderClassName
{
color: #C2655C;
}
.AnyTagClassName
{
color: #C2655C;
}
</style>
background-color css
<style>
a { background-color: #C2655C; }
a { background-color: rgb(194,101,92); }
div.DivClassName
{
background-color: #C2655C;
}
.BgClassName
{
background-color: #C2655C;
}
</style>
border-color css
<style>
span { border-color: #C2655C; }
span { border-color: rgb(194,101,92); }
td.TdClassName
{
border-color: #C2655C;
}
.TagClassName
{
border-color: #C2655C;
}
</style>