Shades of Sunglo #C36652
Tints of Sunglo #C36652
RGB
CMYK
RGB Variations
Color information
#C36652 (or 0xC36652) is known color: Sunglo. HEX triplet: C3, 66 and 52. RGB value is (195,102,82). Sum of RGB (Red+Green+Blue) = 195+102+82=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C36652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36652 is #3C99AD. Grayscale: #7F7F7F. Windows color (decimal): -3971502 or 5400259. OLE color: 5400259.
HSL color Cylindrical-coordinate representation of color #C36652: hue angle of 10.62º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C36652 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 82 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.24 |
| HSL | 10.62º | 0.48% | 0.54% | - |
| HSV(B) | 10.62º | 0.58% | 0.76% | - |
| XYZ | 28.78 | 21.71 | 10.66 | - |
| YUV | 127.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 82 | 0 | 0.48 | 0.58 | 0.24 | 10.62 | 0.48 | 0.54 |
| Hex | C3 | 66 | 52 | 0 | 30 | 3A | 18 | B | 30 | 36 |
| Octal | 303 | 146 | 122 | 0 | 60 | 72 | 30 | 13 | 60 | 66 |
| Binary | 11000011 | 1100110 | 1010010 | 0 | 110000 | 111010 | 11000 | 1011 | 110000 | 110110 |
Color Harmonies of #C36652
Complementary color
Monochromatic Colors of #C36652
Black with #C36652
Text Example
Text Example
White with #C36652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36652; }
p { color: rgb(195,102,82); }
H1.HeaderClassName
{
color: #C36652;
}
.AnyTagClassName
{
color: #C36652;
}
</style>
background-color css
<style>
a { background-color: #C36652; }
a { background-color: rgb(195,102,82); }
div.DivClassName
{
background-color: #C36652;
}
.BgClassName
{
background-color: #C36652;
}
</style>
border-color css
<style>
span { border-color: #C36652; }
span { border-color: rgb(195,102,82); }
td.TdClassName
{
border-color: #C36652;
}
.TagClassName
{
border-color: #C36652;
}
</style>