Shades of Sunglo #C95C4F
Tints of Sunglo #C95C4F
RGB
CMYK
RGB Variations
Color information
#C95C4F (or 0xC95C4F) is known color: Sunglo. HEX triplet: C9, 5C and 4F. RGB value is (201,92,79). Sum of RGB (Red+Green+Blue) = 201+92+79=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C4F is #36A3B0. Grayscale: #7B7B7B. Windows color (decimal): -3580849 or 5201097. OLE color: 5201097.
HSL color Cylindrical-coordinate representation of color #C95C4F: hue angle of 6.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95C4F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 79 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.21 |
| HSL | 6.39º | 0.53% | 0.55% | - |
| HSV(B) | 6.39º | 0.61% | 0.79% | - |
| XYZ | 29.33 | 20.64 | 9.83 | - |
| YUV | 123.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 79 | 0 | 0.54 | 0.61 | 0.21 | 6.39 | 0.53 | 0.55 |
| Hex | C9 | 5C | 4F | 0 | 36 | 3D | 15 | 6 | 35 | 37 |
| Octal | 311 | 134 | 117 | 0 | 66 | 75 | 25 | 6 | 65 | 67 |
| Binary | 11001001 | 1011100 | 1001111 | 0 | 110110 | 111101 | 10101 | 110 | 110101 | 110111 |
Color Harmonies of #C95C4F
Complementary color
Monochromatic Colors of #C95C4F
Black with #C95C4F
Text Example
Text Example
White with #C95C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C4F; }
p { color: rgb(201,92,79); }
H1.HeaderClassName
{
color: #C95C4F;
}
.AnyTagClassName
{
color: #C95C4F;
}
</style>
background-color css
<style>
a { background-color: #C95C4F; }
a { background-color: rgb(201,92,79); }
div.DivClassName
{
background-color: #C95C4F;
}
.BgClassName
{
background-color: #C95C4F;
}
</style>
border-color css
<style>
span { border-color: #C95C4F; }
span { border-color: rgb(201,92,79); }
td.TdClassName
{
border-color: #C95C4F;
}
.TagClassName
{
border-color: #C95C4F;
}
</style>