Shades of Sunglo #C06152
Tints of Sunglo #C06152
RGB
CMYK
RGB Variations
Color information
#C06152 (or 0xC06152) is known color: Sunglo. HEX triplet: C0, 61 and 52. RGB value is (192,97,82). Sum of RGB (Red+Green+Blue) = 192+97+82=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C06152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06152 is #3F9EAD. Grayscale: #7B7B7B. Windows color (decimal): -4169390 or 5398976. OLE color: 5398976.
HSL color Cylindrical-coordinate representation of color #C06152: hue angle of 8.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06152 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 82 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.25 |
| HSL | 8.18º | 0.47% | 0.54% | - |
| HSV(B) | 8.18º | 0.57% | 0.75% | - |
| XYZ | 27.54 | 20.37 | 10.46 | - |
| YUV | 123.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 82 | 0 | 0.49 | 0.57 | 0.25 | 8.18 | 0.47 | 0.54 |
| Hex | C0 | 61 | 52 | 0 | 31 | 39 | 19 | 8 | 2F | 36 |
| Octal | 300 | 141 | 122 | 0 | 61 | 71 | 31 | 10 | 57 | 66 |
| Binary | 11000000 | 1100001 | 1010010 | 0 | 110001 | 111001 | 11001 | 1000 | 101111 | 110110 |
Color Harmonies of #C06152
Complementary color
Monochromatic Colors of #C06152
Black with #C06152
Text Example
Text Example
White with #C06152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06152; }
p { color: rgb(192,97,82); }
H1.HeaderClassName
{
color: #C06152;
}
.AnyTagClassName
{
color: #C06152;
}
</style>
background-color css
<style>
a { background-color: #C06152; }
a { background-color: rgb(192,97,82); }
div.DivClassName
{
background-color: #C06152;
}
.BgClassName
{
background-color: #C06152;
}
</style>
border-color css
<style>
span { border-color: #C06152; }
span { border-color: rgb(192,97,82); }
td.TdClassName
{
border-color: #C06152;
}
.TagClassName
{
border-color: #C06152;
}
</style>