Shades of Sunglo #C8675C
Tints of Sunglo #C8675C
RGB
CMYK
RGB Variations
Color information
#C8675C (or 0xC8675C) is known color: Sunglo. HEX triplet: C8, 67 and 5C. RGB value is (200,103,92). Sum of RGB (Red+Green+Blue) = 200+103+92=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8675C is #3798A3. Grayscale: #828282. Windows color (decimal): -3643556 or 6055880. OLE color: 6055880.
HSL color Cylindrical-coordinate representation of color #C8675C: hue angle of 6.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8675C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 92 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.22 |
| HSL | 6.11º | 0.5% | 0.57% | - |
| HSV(B) | 6.11º | 0.54% | 0.78% | - |
| XYZ | 30.6 | 22.75 | 12.9 | - |
| YUV | 130.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 92 | 0 | 0.48 | 0.54 | 0.22 | 6.11 | 0.5 | 0.57 |
| Hex | C8 | 67 | 5C | 0 | 30 | 36 | 16 | 6 | 32 | 39 |
| Octal | 310 | 147 | 134 | 0 | 60 | 66 | 26 | 6 | 62 | 71 |
| Binary | 11001000 | 1100111 | 1011100 | 0 | 110000 | 110110 | 10110 | 110 | 110010 | 111001 |
Color Harmonies of #C8675C
Complementary color
Monochromatic Colors of #C8675C
Black with #C8675C
Text Example
Text Example
White with #C8675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8675C; }
p { color: rgb(200,103,92); }
H1.HeaderClassName
{
color: #C8675C;
}
.AnyTagClassName
{
color: #C8675C;
}
</style>
background-color css
<style>
a { background-color: #C8675C; }
a { background-color: rgb(200,103,92); }
div.DivClassName
{
background-color: #C8675C;
}
.BgClassName
{
background-color: #C8675C;
}
</style>
border-color css
<style>
span { border-color: #C8675C; }
span { border-color: rgb(200,103,92); }
td.TdClassName
{
border-color: #C8675C;
}
.TagClassName
{
border-color: #C8675C;
}
</style>