Shades of Sunglo #C2604F
Tints of Sunglo #C2604F
RGB
CMYK
RGB Variations
Color information
#C2604F (or 0xC2604F) is known color: Sunglo. HEX triplet: C2, 60 and 4F. RGB value is (194,96,79). Sum of RGB (Red+Green+Blue) = 194+96+79=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2604F is #3D9FB0. Grayscale: #7B7B7B. Windows color (decimal): -4038577 or 5202114. OLE color: 5202114.
HSL color Cylindrical-coordinate representation of color #C2604F: hue angle of 8.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2604F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 79 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.24 |
| HSL | 8.87º | 0.49% | 0.54% | - |
| HSV(B) | 8.87º | 0.59% | 0.76% | - |
| XYZ | 27.84 | 20.4 | 9.87 | - |
| YUV | 123.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 79 | 0 | 0.51 | 0.59 | 0.24 | 8.87 | 0.49 | 0.54 |
| Hex | C2 | 60 | 4F | 0 | 33 | 3B | 18 | 9 | 31 | 36 |
| Octal | 302 | 140 | 117 | 0 | 63 | 73 | 30 | 11 | 61 | 66 |
| Binary | 11000010 | 1100000 | 1001111 | 0 | 110011 | 111011 | 11000 | 1001 | 110001 | 110110 |
Color Harmonies of #C2604F
Complementary color
Monochromatic Colors of #C2604F
Black with #C2604F
Text Example
Text Example
White with #C2604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2604F; }
p { color: rgb(194,96,79); }
H1.HeaderClassName
{
color: #C2604F;
}
.AnyTagClassName
{
color: #C2604F;
}
</style>
background-color css
<style>
a { background-color: #C2604F; }
a { background-color: rgb(194,96,79); }
div.DivClassName
{
background-color: #C2604F;
}
.BgClassName
{
background-color: #C2604F;
}
</style>
border-color css
<style>
span { border-color: #C2604F; }
span { border-color: rgb(194,96,79); }
td.TdClassName
{
border-color: #C2604F;
}
.TagClassName
{
border-color: #C2604F;
}
</style>