Shades of Sunglo #C2655A
Tints of Sunglo #C2655A
RGB
CMYK
RGB Variations
Color information
#C2655A (or 0xC2655A) is known color: Sunglo. HEX triplet: C2, 65 and 5A. RGB value is (194,101,90). Sum of RGB (Red+Green+Blue) = 194+101+90=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2655A is #3D9AA5. Grayscale: #7F7F7F. Windows color (decimal): -4037286 or 5924290. OLE color: 5924290.
HSL color Cylindrical-coordinate representation of color #C2655A: hue angle of 6.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2655A is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 90 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.24 |
| HSL | 6.35º | 0.46% | 0.56% | - |
| HSV(B) | 6.35º | 0.54% | 0.76% | - |
| XYZ | 28.75 | 21.51 | 12.31 | - |
| YUV | 127.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 90 | 0 | 0.48 | 0.54 | 0.24 | 6.35 | 0.46 | 0.56 |
| Hex | C2 | 65 | 5A | 0 | 30 | 36 | 18 | 6 | 2E | 38 |
| Octal | 302 | 145 | 132 | 0 | 60 | 66 | 30 | 6 | 56 | 70 |
| Binary | 11000010 | 1100101 | 1011010 | 0 | 110000 | 110110 | 11000 | 110 | 101110 | 111000 |
Color Harmonies of #C2655A
Complementary color
Monochromatic Colors of #C2655A
Black with #C2655A
Text Example
Text Example
White with #C2655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2655A; }
p { color: rgb(194,101,90); }
H1.HeaderClassName
{
color: #C2655A;
}
.AnyTagClassName
{
color: #C2655A;
}
</style>
background-color css
<style>
a { background-color: #C2655A; }
a { background-color: rgb(194,101,90); }
div.DivClassName
{
background-color: #C2655A;
}
.BgClassName
{
background-color: #C2655A;
}
</style>
border-color css
<style>
span { border-color: #C2655A; }
span { border-color: rgb(194,101,90); }
td.TdClassName
{
border-color: #C2655A;
}
.TagClassName
{
border-color: #C2655A;
}
</style>