Shades of Sunglo #C2675C
Tints of Sunglo #C2675C
RGB
CMYK
RGB Variations
Color information
#C2675C (or 0xC2675C) is known color: Sunglo. HEX triplet: C2, 67 and 5C. RGB value is (194,103,92). Sum of RGB (Red+Green+Blue) = 194+103+92=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2675C is #3D98A3. Grayscale: #818181. Windows color (decimal): -4036772 or 6055874. OLE color: 6055874.
HSL color Cylindrical-coordinate representation of color #C2675C: hue angle of 6.47º 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 #C2675C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 92 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.24 |
| HSL | 6.47º | 0.46% | 0.56% | - |
| HSV(B) | 6.47º | 0.53% | 0.76% | - |
| XYZ | 29.03 | 21.94 | 12.83 | - |
| YUV | 128.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 92 | 0 | 0.47 | 0.53 | 0.24 | 6.47 | 0.46 | 0.56 |
| Hex | C2 | 67 | 5C | 0 | 2F | 35 | 18 | 6 | 2E | 38 |
| Octal | 302 | 147 | 134 | 0 | 57 | 65 | 30 | 6 | 56 | 70 |
| Binary | 11000010 | 1100111 | 1011100 | 0 | 101111 | 110101 | 11000 | 110 | 101110 | 111000 |
Color Harmonies of #C2675C
Complementary color
Monochromatic Colors of #C2675C
Black with #C2675C
Text Example
Text Example
White with #C2675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2675C; }
p { color: rgb(194,103,92); }
H1.HeaderClassName
{
color: #C2675C;
}
.AnyTagClassName
{
color: #C2675C;
}
</style>
background-color css
<style>
a { background-color: #C2675C; }
a { background-color: rgb(194,103,92); }
div.DivClassName
{
background-color: #C2675C;
}
.BgClassName
{
background-color: #C2675C;
}
</style>
border-color css
<style>
span { border-color: #C2675C; }
span { border-color: rgb(194,103,92); }
td.TdClassName
{
border-color: #C2675C;
}
.TagClassName
{
border-color: #C2675C;
}
</style>