Shades of Sunglo #CD665D
Tints of Sunglo #CD665D
RGB
CMYK
RGB Variations
Color information
#CD665D (or 0xCD665D) is known color: Sunglo. HEX triplet: CD, 66 and 5D. RGB value is (205,102,93). Sum of RGB (Red+Green+Blue) = 205+102+93=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD665D is #3299A2. Grayscale: #838383. Windows color (decimal): -3316131 or 6121165. OLE color: 6121165.
HSL color Cylindrical-coordinate representation of color #CD665D: hue angle of 4.82º 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 #CD665D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 93 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.20 |
| HSL | 4.82º | 0.53% | 0.58% | - |
| HSV(B) | 4.82º | 0.55% | 0.8% | - |
| XYZ | 31.9 | 23.27 | 13.17 | - |
| YUV | 131.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 93 | 0 | 0.50 | 0.55 | 0.20 | 4.82 | 0.53 | 0.58 |
| Hex | CD | 66 | 5D | 0 | 32 | 37 | 14 | 5 | 35 | 3A |
| Octal | 315 | 146 | 135 | 0 | 62 | 67 | 24 | 5 | 65 | 72 |
| Binary | 11001101 | 1100110 | 1011101 | 0 | 110010 | 110111 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CD665D
Complementary color
Monochromatic Colors of #CD665D
Black with #CD665D
Text Example
Text Example
White with #CD665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD665D; }
p { color: rgb(205,102,93); }
H1.HeaderClassName
{
color: #CD665D;
}
.AnyTagClassName
{
color: #CD665D;
}
</style>
background-color css
<style>
a { background-color: #CD665D; }
a { background-color: rgb(205,102,93); }
div.DivClassName
{
background-color: #CD665D;
}
.BgClassName
{
background-color: #CD665D;
}
</style>
border-color css
<style>
span { border-color: #CD665D; }
span { border-color: rgb(205,102,93); }
td.TdClassName
{
border-color: #CD665D;
}
.TagClassName
{
border-color: #CD665D;
}
</style>