Shades of Sunglo #C0665E
Tints of Sunglo #C0665E
RGB
CMYK
RGB Variations
Color information
#C0665E (or 0xC0665E) is known color: Sunglo. HEX triplet: C0, 66 and 5E. RGB value is (192,102,94). Sum of RGB (Red+Green+Blue) = 192+102+94=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0665E is #3F99A1. Grayscale: #808080. Windows color (decimal): -4168098 or 6186688. OLE color: 6186688.
HSL color Cylindrical-coordinate representation of color #C0665E: hue angle of 4.9º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0665E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 94 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.25 |
| HSL | 4.9º | 0.44% | 0.56% | - |
| HSV(B) | 4.9º | 0.51% | 0.75% | - |
| XYZ | 28.51 | 21.52 | 13.24 | - |
| YUV | 128 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 94 | 0 | 0.47 | 0.51 | 0.25 | 4.9 | 0.44 | 0.56 |
| Hex | C0 | 66 | 5E | 0 | 2F | 33 | 19 | 5 | 2C | 38 |
| Octal | 300 | 146 | 136 | 0 | 57 | 63 | 31 | 5 | 54 | 70 |
| Binary | 11000000 | 1100110 | 1011110 | 0 | 101111 | 110011 | 11001 | 101 | 101100 | 111000 |
Color Harmonies of #C0665E
Complementary color
Monochromatic Colors of #C0665E
Black with #C0665E
Text Example
Text Example
White with #C0665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0665E; }
p { color: rgb(192,102,94); }
H1.HeaderClassName
{
color: #C0665E;
}
.AnyTagClassName
{
color: #C0665E;
}
</style>
background-color css
<style>
a { background-color: #C0665E; }
a { background-color: rgb(192,102,94); }
div.DivClassName
{
background-color: #C0665E;
}
.BgClassName
{
background-color: #C0665E;
}
</style>
border-color css
<style>
span { border-color: #C0665E; }
span { border-color: rgb(192,102,94); }
td.TdClassName
{
border-color: #C0665E;
}
.TagClassName
{
border-color: #C0665E;
}
</style>