Shades of Sunglo #CD655B
Tints of Sunglo #CD655B
RGB
CMYK
RGB Variations
Color information
#CD655B (or 0xCD655B) is known color: Sunglo. HEX triplet: CD, 65 and 5B. RGB value is (205,101,91). Sum of RGB (Red+Green+Blue) = 205+101+91=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD655B is #329AA4. Grayscale: #838383. Windows color (decimal): -3316389 or 5989837. OLE color: 5989837.
HSL color Cylindrical-coordinate representation of color #CD655B: hue angle of 5.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD655B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 91 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.20 |
| HSL | 5.26º | 0.53% | 0.58% | - |
| HSV(B) | 5.26º | 0.56% | 0.8% | - |
| XYZ | 31.72 | 23.04 | 12.67 | - |
| YUV | 130.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 91 | 0 | 0.51 | 0.56 | 0.20 | 5.26 | 0.53 | 0.58 |
| Hex | CD | 65 | 5B | 0 | 33 | 38 | 14 | 5 | 35 | 3A |
| Octal | 315 | 145 | 133 | 0 | 63 | 70 | 24 | 5 | 65 | 72 |
| Binary | 11001101 | 1100101 | 1011011 | 0 | 110011 | 111000 | 10100 | 101 | 110101 | 111010 |
Color Harmonies of #CD655B
Complementary color
Monochromatic Colors of #CD655B
Black with #CD655B
Text Example
Text Example
White with #CD655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD655B; }
p { color: rgb(205,101,91); }
H1.HeaderClassName
{
color: #CD655B;
}
.AnyTagClassName
{
color: #CD655B;
}
</style>
background-color css
<style>
a { background-color: #CD655B; }
a { background-color: rgb(205,101,91); }
div.DivClassName
{
background-color: #CD655B;
}
.BgClassName
{
background-color: #CD655B;
}
</style>
border-color css
<style>
span { border-color: #CD655B; }
span { border-color: rgb(205,101,91); }
td.TdClassName
{
border-color: #CD655B;
}
.TagClassName
{
border-color: #CD655B;
}
</style>