Shades of Sunglo #CD655C
Tints of Sunglo #CD655C
RGB
CMYK
RGB Variations
Color information
#CD655C (or 0xCD655C) is known color: Sunglo. HEX triplet: CD, 65 and 5C. RGB value is (205,101,92). Sum of RGB (Red+Green+Blue) = 205+101+92=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD655C is #329AA3. Grayscale: #838383. Windows color (decimal): -3316388 or 6055373. OLE color: 6055373.
HSL color Cylindrical-coordinate representation of color #CD655C: hue angle of 4.78º 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 #CD655C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 92 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.20 |
| HSL | 4.78º | 0.53% | 0.58% | - |
| HSV(B) | 4.78º | 0.55% | 0.8% | - |
| XYZ | 31.76 | 23.06 | 12.9 | - |
| YUV | 131.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 92 | 0 | 0.51 | 0.55 | 0.20 | 4.78 | 0.53 | 0.58 |
| Hex | CD | 65 | 5C | 0 | 33 | 37 | 14 | 5 | 35 | 3A |
| Octal | 315 | 145 | 134 | 0 | 63 | 67 | 24 | 5 | 65 | 72 |
| Binary | 11001101 | 1100101 | 1011100 | 0 | 110011 | 110111 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CD655C
Complementary color
Monochromatic Colors of #CD655C
Black with #CD655C
Text Example
Text Example
White with #CD655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD655C; }
p { color: rgb(205,101,92); }
H1.HeaderClassName
{
color: #CD655C;
}
.AnyTagClassName
{
color: #CD655C;
}
</style>
background-color css
<style>
a { background-color: #CD655C; }
a { background-color: rgb(205,101,92); }
div.DivClassName
{
background-color: #CD655C;
}
.BgClassName
{
background-color: #CD655C;
}
</style>
border-color css
<style>
span { border-color: #CD655C; }
span { border-color: rgb(205,101,92); }
td.TdClassName
{
border-color: #CD655C;
}
.TagClassName
{
border-color: #CD655C;
}
</style>