Shades of Sunglo #C3655D
Tints of Sunglo #C3655D
RGB
CMYK
RGB Variations
Color information
#C3655D (or 0xC3655D) is known color: Sunglo. HEX triplet: C3, 65 and 5D. RGB value is (195,101,93). Sum of RGB (Red+Green+Blue) = 195+101+93=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3655D is #3C9AA2. Grayscale: #808080. Windows color (decimal): -3971747 or 6120899. OLE color: 6120899.
HSL color Cylindrical-coordinate representation of color #C3655D: hue angle of 4.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3655D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 93 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.24 |
| HSL | 4.71º | 0.46% | 0.56% | - |
| HSV(B) | 4.71º | 0.52% | 0.76% | - |
| XYZ | 29.14 | 21.7 | 13.01 | - |
| YUV | 128.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 93 | 0 | 0.48 | 0.52 | 0.24 | 4.71 | 0.46 | 0.56 |
| Hex | C3 | 65 | 5D | 0 | 30 | 34 | 18 | 5 | 2E | 38 |
| Octal | 303 | 145 | 135 | 0 | 60 | 64 | 30 | 5 | 56 | 70 |
| Binary | 11000011 | 1100101 | 1011101 | 0 | 110000 | 110100 | 11000 | 101 | 101110 | 111000 |
Color Harmonies of #C3655D
Complementary color
Monochromatic Colors of #C3655D
Black with #C3655D
Text Example
Text Example
White with #C3655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3655D; }
p { color: rgb(195,101,93); }
H1.HeaderClassName
{
color: #C3655D;
}
.AnyTagClassName
{
color: #C3655D;
}
</style>
background-color css
<style>
a { background-color: #C3655D; }
a { background-color: rgb(195,101,93); }
div.DivClassName
{
background-color: #C3655D;
}
.BgClassName
{
background-color: #C3655D;
}
</style>
border-color css
<style>
span { border-color: #C3655D; }
span { border-color: rgb(195,101,93); }
td.TdClassName
{
border-color: #C3655D;
}
.TagClassName
{
border-color: #C3655D;
}
</style>