Shades of Sunglo #C2675A
Tints of Sunglo #C2675A
RGB
CMYK
RGB Variations
Color information
#C2675A (or 0xC2675A) is known color: Sunglo. HEX triplet: C2, 67 and 5A. RGB value is (194,103,90). Sum of RGB (Red+Green+Blue) = 194+103+90=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2675A is #3D98A5. Grayscale: #808080. Windows color (decimal): -4036774 or 5924802. OLE color: 5924802.
HSL color Cylindrical-coordinate representation of color #C2675A: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2675A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 90 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.24 |
| HSL | 7.5º | 0.46% | 0.56% | - |
| HSV(B) | 7.5º | 0.54% | 0.76% | - |
| XYZ | 28.94 | 21.91 | 12.38 | - |
| YUV | 128.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 90 | 0 | 0.47 | 0.54 | 0.24 | 7.5 | 0.46 | 0.56 |
| Hex | C2 | 67 | 5A | 0 | 2F | 36 | 18 | 8 | 2E | 38 |
| Octal | 302 | 147 | 132 | 0 | 57 | 66 | 30 | 10 | 56 | 70 |
| Binary | 11000010 | 1100111 | 1011010 | 0 | 101111 | 110110 | 11000 | 1000 | 101110 | 111000 |
Color Harmonies of #C2675A
Complementary color
Monochromatic Colors of #C2675A
Black with #C2675A
Text Example
Text Example
White with #C2675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2675A; }
p { color: rgb(194,103,90); }
H1.HeaderClassName
{
color: #C2675A;
}
.AnyTagClassName
{
color: #C2675A;
}
</style>
background-color css
<style>
a { background-color: #C2675A; }
a { background-color: rgb(194,103,90); }
div.DivClassName
{
background-color: #C2675A;
}
.BgClassName
{
background-color: #C2675A;
}
</style>
border-color css
<style>
span { border-color: #C2675A; }
span { border-color: rgb(194,103,90); }
td.TdClassName
{
border-color: #C2675A;
}
.TagClassName
{
border-color: #C2675A;
}
</style>