Shades of Sunglo #C2635A
Tints of Sunglo #C2635A
RGB
CMYK
RGB Variations
Color information
#C2635A (or 0xC2635A) is known color: Sunglo. HEX triplet: C2, 63 and 5A. RGB value is (194,99,90). Sum of RGB (Red+Green+Blue) = 194+99+90=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2635A is #3D9CA5. Grayscale: #7E7E7E. Windows color (decimal): -4037798 or 5923778. OLE color: 5923778.
HSL color Cylindrical-coordinate representation of color #C2635A: hue angle of 5.19º 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 #C2635A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 90 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.24 |
| HSL | 5.19º | 0.46% | 0.56% | - |
| HSV(B) | 5.19º | 0.54% | 0.76% | - |
| XYZ | 28.56 | 21.13 | 12.25 | - |
| YUV | 126.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 90 | 0 | 0.49 | 0.54 | 0.24 | 5.19 | 0.46 | 0.56 |
| Hex | C2 | 63 | 5A | 0 | 31 | 36 | 18 | 5 | 2E | 38 |
| Octal | 302 | 143 | 132 | 0 | 61 | 66 | 30 | 5 | 56 | 70 |
| Binary | 11000010 | 1100011 | 1011010 | 0 | 110001 | 110110 | 11000 | 101 | 101110 | 111000 |
Color Harmonies of #C2635A
Complementary color
Monochromatic Colors of #C2635A
Black with #C2635A
Text Example
Text Example
White with #C2635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2635A; }
p { color: rgb(194,99,90); }
H1.HeaderClassName
{
color: #C2635A;
}
.AnyTagClassName
{
color: #C2635A;
}
</style>
background-color css
<style>
a { background-color: #C2635A; }
a { background-color: rgb(194,99,90); }
div.DivClassName
{
background-color: #C2635A;
}
.BgClassName
{
background-color: #C2635A;
}
</style>
border-color css
<style>
span { border-color: #C2635A; }
span { border-color: rgb(194,99,90); }
td.TdClassName
{
border-color: #C2635A;
}
.TagClassName
{
border-color: #C2635A;
}
</style>