Shades of Sunglo #CD6350
Tints of Sunglo #CD6350
RGB
CMYK
RGB Variations
Color information
#CD6350 (or 0xCD6350) is known color: Sunglo. HEX triplet: CD, 63 and 50. RGB value is (205,99,80). Sum of RGB (Red+Green+Blue) = 205+99+80=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6350 is #329CAF. Grayscale: #808080. Windows color (decimal): -3316912 or 5268429. OLE color: 5268429.
HSL color Cylindrical-coordinate representation of color #CD6350: hue angle of 9.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD6350 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 80 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.20 |
| HSL | 9.12º | 0.56% | 0.56% | - |
| HSV(B) | 9.12º | 0.61% | 0.8% | - |
| XYZ | 31.09 | 22.48 | 10.29 | - |
| YUV | 128.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 80 | 0 | 0.52 | 0.61 | 0.20 | 9.12 | 0.56 | 0.56 |
| Hex | CD | 63 | 50 | 0 | 34 | 3D | 14 | 9 | 38 | 38 |
| Octal | 315 | 143 | 120 | 0 | 64 | 75 | 24 | 11 | 70 | 70 |
| Binary | 11001101 | 1100011 | 1010000 | 0 | 110100 | 111101 | 10100 | 1001 | 111000 | 111000 |
Color Harmonies of #CD6350
Complementary color
Monochromatic Colors of #CD6350
Black with #CD6350
Text Example
Text Example
White with #CD6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6350; }
p { color: rgb(205,99,80); }
H1.HeaderClassName
{
color: #CD6350;
}
.AnyTagClassName
{
color: #CD6350;
}
</style>
background-color css
<style>
a { background-color: #CD6350; }
a { background-color: rgb(205,99,80); }
div.DivClassName
{
background-color: #CD6350;
}
.BgClassName
{
background-color: #CD6350;
}
</style>
border-color css
<style>
span { border-color: #CD6350; }
span { border-color: rgb(205,99,80); }
td.TdClassName
{
border-color: #CD6350;
}
.TagClassName
{
border-color: #CD6350;
}
</style>