Shades of Sunglo #CF624E
Tints of Sunglo #CF624E
RGB
CMYK
RGB Variations
Color information
#CF624E (or 0xCF624E) is known color: Sunglo. HEX triplet: CF, 62 and 4E. RGB value is (207,98,78). Sum of RGB (Red+Green+Blue) = 207+98+78=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF624E is #309DB1. Grayscale: #808080. Windows color (decimal): -3186098 or 5137103. OLE color: 5137103.
HSL color Cylindrical-coordinate representation of color #CF624E: hue angle of 9.3º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF624E is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 78 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.19 |
| HSL | 9.3º | 0.57% | 0.56% | - |
| HSV(B) | 9.3º | 0.62% | 0.81% | - |
| XYZ | 31.47 | 22.55 | 9.9 | - |
| YUV | 128.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 78 | 0 | 0.53 | 0.62 | 0.19 | 9.3 | 0.57 | 0.56 |
| Hex | CF | 62 | 4E | 0 | 35 | 3E | 13 | 9 | 39 | 38 |
| Octal | 317 | 142 | 116 | 0 | 65 | 76 | 23 | 11 | 71 | 70 |
| Binary | 11001111 | 1100010 | 1001110 | 0 | 110101 | 111110 | 10011 | 1001 | 111001 | 111000 |
Color Harmonies of #CF624E
Complementary color
Monochromatic Colors of #CF624E
Black with #CF624E
Text Example
Text Example
White with #CF624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF624E; }
p { color: rgb(207,98,78); }
H1.HeaderClassName
{
color: #CF624E;
}
.AnyTagClassName
{
color: #CF624E;
}
</style>
background-color css
<style>
a { background-color: #CF624E; }
a { background-color: rgb(207,98,78); }
div.DivClassName
{
background-color: #CF624E;
}
.BgClassName
{
background-color: #CF624E;
}
</style>
border-color css
<style>
span { border-color: #CF624E; }
span { border-color: rgb(207,98,78); }
td.TdClassName
{
border-color: #CF624E;
}
.TagClassName
{
border-color: #CF624E;
}
</style>