Shades of Sunglo #C2655D
Tints of Sunglo #C2655D
RGB
CMYK
RGB Variations
Color information
#C2655D (or 0xC2655D) is known color: Sunglo. HEX triplet: C2, 65 and 5D. RGB value is (194,101,93). Sum of RGB (Red+Green+Blue) = 194+101+93=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2655D is #3D9AA2. Grayscale: #808080. Windows color (decimal): -4037283 or 6120898. OLE color: 6120898.
HSL color Cylindrical-coordinate representation of color #C2655D: hue angle of 4.75º degrees, saturation: 0.45, 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 #C2655D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 93 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.24 |
| HSL | 4.75º | 0.45% | 0.56% | - |
| HSV(B) | 4.75º | 0.52% | 0.76% | - |
| XYZ | 28.88 | 21.57 | 13 | - |
| YUV | 127.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 93 | 0 | 0.48 | 0.52 | 0.24 | 4.75 | 0.45 | 0.56 |
| Hex | C2 | 65 | 5D | 0 | 30 | 34 | 18 | 5 | 2D | 38 |
| Octal | 302 | 145 | 135 | 0 | 60 | 64 | 30 | 5 | 55 | 70 |
| Binary | 11000010 | 1100101 | 1011101 | 0 | 110000 | 110100 | 11000 | 101 | 101101 | 111000 |
Color Harmonies of #C2655D
Complementary color
Monochromatic Colors of #C2655D
Black with #C2655D
Text Example
Text Example
White with #C2655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2655D; }
p { color: rgb(194,101,93); }
H1.HeaderClassName
{
color: #C2655D;
}
.AnyTagClassName
{
color: #C2655D;
}
</style>
background-color css
<style>
a { background-color: #C2655D; }
a { background-color: rgb(194,101,93); }
div.DivClassName
{
background-color: #C2655D;
}
.BgClassName
{
background-color: #C2655D;
}
</style>
border-color css
<style>
span { border-color: #C2655D; }
span { border-color: rgb(194,101,93); }
td.TdClassName
{
border-color: #C2655D;
}
.TagClassName
{
border-color: #C2655D;
}
</style>