Shades of Sunglo #CD6656
Tints of Sunglo #CD6656
RGB
CMYK
RGB Variations
Color information
#CD6656 (or 0xCD6656) is known color: Sunglo. HEX triplet: CD, 66 and 56. RGB value is (205,102,86). Sum of RGB (Red+Green+Blue) = 205+102+86=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6656 is #3299A9. Grayscale: #838383. Windows color (decimal): -3316138 or 5662413. OLE color: 5662413.
HSL color Cylindrical-coordinate representation of color #CD6656: hue angle of 8.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD6656 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 86 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.20 |
| HSL | 8.07º | 0.54% | 0.57% | - |
| HSV(B) | 8.07º | 0.58% | 0.8% | - |
| XYZ | 31.61 | 23.15 | 11.61 | - |
| YUV | 130.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 86 | 0 | 0.50 | 0.58 | 0.20 | 8.07 | 0.54 | 0.57 |
| Hex | CD | 66 | 56 | 0 | 32 | 3A | 14 | 8 | 36 | 39 |
| Octal | 315 | 146 | 126 | 0 | 62 | 72 | 24 | 10 | 66 | 71 |
| Binary | 11001101 | 1100110 | 1010110 | 0 | 110010 | 111010 | 10100 | 1000 | 110110 | 111001 |
Color Harmonies of #CD6656
Complementary color
Monochromatic Colors of #CD6656
Black with #CD6656
Text Example
Text Example
White with #CD6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6656; }
p { color: rgb(205,102,86); }
H1.HeaderClassName
{
color: #CD6656;
}
.AnyTagClassName
{
color: #CD6656;
}
</style>
background-color css
<style>
a { background-color: #CD6656; }
a { background-color: rgb(205,102,86); }
div.DivClassName
{
background-color: #CD6656;
}
.BgClassName
{
background-color: #CD6656;
}
</style>
border-color css
<style>
span { border-color: #CD6656; }
span { border-color: rgb(205,102,86); }
td.TdClassName
{
border-color: #CD6656;
}
.TagClassName
{
border-color: #CD6656;
}
</style>