Shades of Sunset #C6584B
Tints of Sunset #C6584B
RGB
CMYK
RGB Variations
Color information
#C6584B (or 0xC6584B) is known color: Sunset. HEX triplet: C6, 58 and 4B. RGB value is (198,88,75). Sum of RGB (Red+Green+Blue) = 198+88+75=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6584B is #39A7B4. Grayscale: #777777. Windows color (decimal): -3778485 or 4937926. OLE color: 4937926.
HSL color Cylindrical-coordinate representation of color #C6584B: hue angle of 6.34º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6584B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 75 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.22 |
| HSL | 6.34º | 0.52% | 0.54% | - |
| HSV(B) | 6.34º | 0.62% | 0.78% | - |
| XYZ | 28.05 | 19.49 | 8.94 | - |
| YUV | 119.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 75 | 0 | 0.56 | 0.62 | 0.22 | 6.34 | 0.52 | 0.54 |
| Hex | C6 | 58 | 4B | 0 | 38 | 3E | 16 | 6 | 34 | 36 |
| Octal | 306 | 130 | 113 | 0 | 70 | 76 | 26 | 6 | 64 | 66 |
| Binary | 11000110 | 1011000 | 1001011 | 0 | 111000 | 111110 | 10110 | 110 | 110100 | 110110 |
Color Harmonies of #C6584B
Complementary color
Monochromatic Colors of #C6584B
Black with #C6584B
Text Example
Text Example
White with #C6584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6584B; }
p { color: rgb(198,88,75); }
H1.HeaderClassName
{
color: #C6584B;
}
.AnyTagClassName
{
color: #C6584B;
}
</style>
background-color css
<style>
a { background-color: #C6584B; }
a { background-color: rgb(198,88,75); }
div.DivClassName
{
background-color: #C6584B;
}
.BgClassName
{
background-color: #C6584B;
}
</style>
border-color css
<style>
span { border-color: #C6584B; }
span { border-color: rgb(198,88,75); }
td.TdClassName
{
border-color: #C6584B;
}
.TagClassName
{
border-color: #C6584B;
}
</style>