Shades of Sunglo #CD685C
Tints of Sunglo #CD685C
RGB
CMYK
RGB Variations
Color information
#CD685C (or 0xCD685C) is known color: Sunglo. HEX triplet: CD, 68 and 5C. RGB value is (205,104,92). Sum of RGB (Red+Green+Blue) = 205+104+92=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD685C is #3297A3. Grayscale: #848484. Windows color (decimal): -3315620 or 6056141. OLE color: 6056141.
HSL color Cylindrical-coordinate representation of color #CD685C: hue angle of 6.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD685C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 92 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.20 |
| HSL | 6.37º | 0.53% | 0.58% | - |
| HSV(B) | 6.37º | 0.55% | 0.8% | - |
| XYZ | 32.06 | 23.65 | 13 | - |
| YUV | 132.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 92 | 0 | 0.49 | 0.55 | 0.20 | 6.37 | 0.53 | 0.58 |
| Hex | CD | 68 | 5C | 0 | 31 | 37 | 14 | 6 | 35 | 3A |
| Octal | 315 | 150 | 134 | 0 | 61 | 67 | 24 | 6 | 65 | 72 |
| Binary | 11001101 | 1101000 | 1011100 | 0 | 110001 | 110111 | 10100 | 110 | 110101 | 111010 |
Color Harmonies of #CD685C
Complementary color
Monochromatic Colors of #CD685C
Black with #CD685C
Text Example
Text Example
White with #CD685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD685C; }
p { color: rgb(205,104,92); }
H1.HeaderClassName
{
color: #CD685C;
}
.AnyTagClassName
{
color: #CD685C;
}
</style>
background-color css
<style>
a { background-color: #CD685C; }
a { background-color: rgb(205,104,92); }
div.DivClassName
{
background-color: #CD685C;
}
.BgClassName
{
background-color: #CD685C;
}
</style>
border-color css
<style>
span { border-color: #CD685C; }
span { border-color: rgb(205,104,92); }
td.TdClassName
{
border-color: #CD685C;
}
.TagClassName
{
border-color: #CD685C;
}
</style>