Shades of Sunglo #CD6450
Tints of Sunglo #CD6450
RGB
CMYK
RGB Variations
Color information
#CD6450 (or 0xCD6450) is known color: Sunglo. HEX triplet: CD, 64 and 50. RGB value is (205,100,80). Sum of RGB (Red+Green+Blue) = 205+100+80=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6450 is #329BAF. Grayscale: #818181. Windows color (decimal): -3316656 or 5268685. OLE color: 5268685.
HSL color Cylindrical-coordinate representation of color #CD6450: hue angle of 9.6º 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 #CD6450 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 80 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.20 |
| HSL | 9.6º | 0.56% | 0.56% | - |
| HSV(B) | 9.6º | 0.61% | 0.8% | - |
| XYZ | 31.18 | 22.67 | 10.32 | - |
| YUV | 129.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 80 | 0 | 0.51 | 0.61 | 0.20 | 9.6 | 0.56 | 0.56 |
| Hex | CD | 64 | 50 | 0 | 33 | 3D | 14 | A | 38 | 38 |
| Octal | 315 | 144 | 120 | 0 | 63 | 75 | 24 | 12 | 70 | 70 |
| Binary | 11001101 | 1100100 | 1010000 | 0 | 110011 | 111101 | 10100 | 1010 | 111000 | 111000 |
Color Harmonies of #CD6450
Complementary color
Monochromatic Colors of #CD6450
Black with #CD6450
Text Example
Text Example
White with #CD6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6450; }
p { color: rgb(205,100,80); }
H1.HeaderClassName
{
color: #CD6450;
}
.AnyTagClassName
{
color: #CD6450;
}
</style>
background-color css
<style>
a { background-color: #CD6450; }
a { background-color: rgb(205,100,80); }
div.DivClassName
{
background-color: #CD6450;
}
.BgClassName
{
background-color: #CD6450;
}
</style>
border-color css
<style>
span { border-color: #CD6450; }
span { border-color: rgb(205,100,80); }
td.TdClassName
{
border-color: #CD6450;
}
.TagClassName
{
border-color: #CD6450;
}
</style>