Shades of Sunglo #CF6153
Tints of Sunglo #CF6153
RGB
CMYK
RGB Variations
Color information
#CF6153 (or 0xCF6153) is known color: Sunglo. HEX triplet: CF, 61 and 53. RGB value is (207,97,83). Sum of RGB (Red+Green+Blue) = 207+97+83=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6153 is #309EAC. Grayscale: #808080. Windows color (decimal): -3186349 or 5464527. OLE color: 5464527.
HSL color Cylindrical-coordinate representation of color #CF6153: hue angle of 6.77º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF6153 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 83 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.19 |
| HSL | 6.77º | 0.56% | 0.57% | - |
| HSV(B) | 6.77º | 0.6% | 0.81% | - |
| XYZ | 31.57 | 22.44 | 10.85 | - |
| YUV | 128.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 83 | 0 | 0.53 | 0.60 | 0.19 | 6.77 | 0.56 | 0.57 |
| Hex | CF | 61 | 53 | 0 | 35 | 3C | 13 | 7 | 38 | 39 |
| Octal | 317 | 141 | 123 | 0 | 65 | 74 | 23 | 7 | 70 | 71 |
| Binary | 11001111 | 1100001 | 1010011 | 0 | 110101 | 111100 | 10011 | 111 | 111000 | 111001 |
Color Harmonies of #CF6153
Complementary color
Monochromatic Colors of #CF6153
Black with #CF6153
Text Example
Text Example
White with #CF6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6153; }
p { color: rgb(207,97,83); }
H1.HeaderClassName
{
color: #CF6153;
}
.AnyTagClassName
{
color: #CF6153;
}
</style>
background-color css
<style>
a { background-color: #CF6153; }
a { background-color: rgb(207,97,83); }
div.DivClassName
{
background-color: #CF6153;
}
.BgClassName
{
background-color: #CF6153;
}
</style>
border-color css
<style>
span { border-color: #CF6153; }
span { border-color: rgb(207,97,83); }
td.TdClassName
{
border-color: #CF6153;
}
.TagClassName
{
border-color: #CF6153;
}
</style>