Shades of Sunglo #C06653
Tints of Sunglo #C06653
RGB
CMYK
RGB Variations
Color information
#C06653 (or 0xC06653) is known color: Sunglo. HEX triplet: C0, 66 and 53. RGB value is (192,102,83). Sum of RGB (Red+Green+Blue) = 192+102+83=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06653 is #3F99AC. Grayscale: #7E7E7E. Windows color (decimal): -4168109 or 5465792. OLE color: 5465792.
HSL color Cylindrical-coordinate representation of color #C06653: hue angle of 10.46º degrees, saturation: 0.46, 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 #C06653 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 83 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.25 |
| HSL | 10.46º | 0.46% | 0.54% | - |
| HSV(B) | 10.46º | 0.57% | 0.75% | - |
| XYZ | 28.05 | 21.33 | 10.82 | - |
| YUV | 126.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 83 | 0 | 0.47 | 0.57 | 0.25 | 10.46 | 0.46 | 0.54 |
| Hex | C0 | 66 | 53 | 0 | 2F | 39 | 19 | A | 2E | 36 |
| Octal | 300 | 146 | 123 | 0 | 57 | 71 | 31 | 12 | 56 | 66 |
| Binary | 11000000 | 1100110 | 1010011 | 0 | 101111 | 111001 | 11001 | 1010 | 101110 | 110110 |
Color Harmonies of #C06653
Complementary color
Monochromatic Colors of #C06653
Black with #C06653
Text Example
Text Example
White with #C06653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06653; }
p { color: rgb(192,102,83); }
H1.HeaderClassName
{
color: #C06653;
}
.AnyTagClassName
{
color: #C06653;
}
</style>
background-color css
<style>
a { background-color: #C06653; }
a { background-color: rgb(192,102,83); }
div.DivClassName
{
background-color: #C06653;
}
.BgClassName
{
background-color: #C06653;
}
</style>
border-color css
<style>
span { border-color: #C06653; }
span { border-color: rgb(192,102,83); }
td.TdClassName
{
border-color: #C06653;
}
.TagClassName
{
border-color: #C06653;
}
</style>