Shades of Sunglo #CF6150
Tints of Sunglo #CF6150
RGB
CMYK
RGB Variations
Color information
#CF6150 (or 0xCF6150) is known color: Sunglo. HEX triplet: CF, 61 and 50. RGB value is (207,97,80). Sum of RGB (Red+Green+Blue) = 207+97+80=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6150 is #309EAF. Grayscale: #808080. Windows color (decimal): -3186352 or 5267919. OLE color: 5267919.
HSL color Cylindrical-coordinate representation of color #CF6150: hue angle of 8.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF6150 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 80 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.19 |
| HSL | 8.03º | 0.57% | 0.56% | - |
| HSV(B) | 8.03º | 0.61% | 0.81% | - |
| XYZ | 31.45 | 22.39 | 10.25 | - |
| YUV | 127.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 80 | 0 | 0.53 | 0.61 | 0.19 | 8.03 | 0.57 | 0.56 |
| Hex | CF | 61 | 50 | 0 | 35 | 3D | 13 | 8 | 39 | 38 |
| Octal | 317 | 141 | 120 | 0 | 65 | 75 | 23 | 10 | 71 | 70 |
| Binary | 11001111 | 1100001 | 1010000 | 0 | 110101 | 111101 | 10011 | 1000 | 111001 | 111000 |
Color Harmonies of #CF6150
Complementary color
Monochromatic Colors of #CF6150
Black with #CF6150
Text Example
Text Example
White with #CF6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6150; }
p { color: rgb(207,97,80); }
H1.HeaderClassName
{
color: #CF6150;
}
.AnyTagClassName
{
color: #CF6150;
}
</style>
background-color css
<style>
a { background-color: #CF6150; }
a { background-color: rgb(207,97,80); }
div.DivClassName
{
background-color: #CF6150;
}
.BgClassName
{
background-color: #CF6150;
}
</style>
border-color css
<style>
span { border-color: #CF6150; }
span { border-color: rgb(207,97,80); }
td.TdClassName
{
border-color: #CF6150;
}
.TagClassName
{
border-color: #CF6150;
}
</style>