Shades of Sunglo #CF6857
Tints of Sunglo #CF6857
RGB
CMYK
RGB Variations
Color information
#CF6857 (or 0xCF6857) is known color: Sunglo. HEX triplet: CF, 68 and 57. RGB value is (207,104,87). Sum of RGB (Red+Green+Blue) = 207+104+87=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6857 is #3097A8. Grayscale: #858585. Windows color (decimal): -3184553 or 5728463. OLE color: 5728463.
HSL color Cylindrical-coordinate representation of color #CF6857: hue angle of 8.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6857 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 87 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.19 |
| HSL | 8.5º | 0.56% | 0.58% | - |
| HSV(B) | 8.5º | 0.58% | 0.81% | - |
| XYZ | 32.4 | 23.85 | 11.91 | - |
| YUV | 132.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 87 | 0 | 0.50 | 0.58 | 0.19 | 8.5 | 0.56 | 0.58 |
| Hex | CF | 68 | 57 | 0 | 32 | 3A | 13 | 8 | 38 | 3A |
| Octal | 317 | 150 | 127 | 0 | 62 | 72 | 23 | 10 | 70 | 72 |
| Binary | 11001111 | 1101000 | 1010111 | 0 | 110010 | 111010 | 10011 | 1000 | 111000 | 111010 |
Color Harmonies of #CF6857
Complementary color
Monochromatic Colors of #CF6857
Black with #CF6857
Text Example
Text Example
White with #CF6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6857; }
p { color: rgb(207,104,87); }
H1.HeaderClassName
{
color: #CF6857;
}
.AnyTagClassName
{
color: #CF6857;
}
</style>
background-color css
<style>
a { background-color: #CF6857; }
a { background-color: rgb(207,104,87); }
div.DivClassName
{
background-color: #CF6857;
}
.BgClassName
{
background-color: #CF6857;
}
</style>
border-color css
<style>
span { border-color: #CF6857; }
span { border-color: rgb(207,104,87); }
td.TdClassName
{
border-color: #CF6857;
}
.TagClassName
{
border-color: #CF6857;
}
</style>