Shades of Sunglo #C3675C
Tints of Sunglo #C3675C
RGB
CMYK
RGB Variations
Color information
#C3675C (or 0xC3675C) is known color: Sunglo. HEX triplet: C3, 67 and 5C. RGB value is (195,103,92). Sum of RGB (Red+Green+Blue) = 195+103+92=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3675C is #3C98A3. Grayscale: #818181. Windows color (decimal): -3971236 or 6055875. OLE color: 6055875.
HSL color Cylindrical-coordinate representation of color #C3675C: hue angle of 6.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3675C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 92 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.24 |
| HSL | 6.41º | 0.46% | 0.56% | - |
| HSV(B) | 6.41º | 0.53% | 0.76% | - |
| XYZ | 29.29 | 22.08 | 12.84 | - |
| YUV | 129.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 92 | 0 | 0.47 | 0.53 | 0.24 | 6.41 | 0.46 | 0.56 |
| Hex | C3 | 67 | 5C | 0 | 2F | 35 | 18 | 6 | 2E | 38 |
| Octal | 303 | 147 | 134 | 0 | 57 | 65 | 30 | 6 | 56 | 70 |
| Binary | 11000011 | 1100111 | 1011100 | 0 | 101111 | 110101 | 11000 | 110 | 101110 | 111000 |
Color Harmonies of #C3675C
Complementary color
Monochromatic Colors of #C3675C
Black with #C3675C
Text Example
Text Example
White with #C3675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3675C; }
p { color: rgb(195,103,92); }
H1.HeaderClassName
{
color: #C3675C;
}
.AnyTagClassName
{
color: #C3675C;
}
</style>
background-color css
<style>
a { background-color: #C3675C; }
a { background-color: rgb(195,103,92); }
div.DivClassName
{
background-color: #C3675C;
}
.BgClassName
{
background-color: #C3675C;
}
</style>
border-color css
<style>
span { border-color: #C3675C; }
span { border-color: rgb(195,103,92); }
td.TdClassName
{
border-color: #C3675C;
}
.TagClassName
{
border-color: #C3675C;
}
</style>