Shades of Sunglo #CB6860
Tints of Sunglo #CB6860
RGB
CMYK
RGB Variations
Color information
#CB6860 (or 0xCB6860) is known color: Sunglo. HEX triplet: CB, 68 and 60. RGB value is (203,104,96). Sum of RGB (Red+Green+Blue) = 203+104+96=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6860 is #34979F. Grayscale: #848484. Windows color (decimal): -3446688 or 6318283. OLE color: 6318283.
HSL color Cylindrical-coordinate representation of color #CB6860: hue angle of 4.49º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6860 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 96 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.20 |
| HSL | 4.49º | 0.51% | 0.59% | - |
| HSV(B) | 4.49º | 0.53% | 0.8% | - |
| XYZ | 31.69 | 23.44 | 13.92 | - |
| YUV | 132.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 96 | 0 | 0.49 | 0.53 | 0.20 | 4.49 | 0.51 | 0.59 |
| Hex | CB | 68 | 60 | 0 | 31 | 35 | 14 | 4 | 33 | 3B |
| Octal | 313 | 150 | 140 | 0 | 61 | 65 | 24 | 4 | 63 | 73 |
| Binary | 11001011 | 1101000 | 1100000 | 0 | 110001 | 110101 | 10100 | 100 | 110011 | 111011 |
Color Harmonies of #CB6860
Complementary color
Monochromatic Colors of #CB6860
Black with #CB6860
Text Example
Text Example
White with #CB6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6860; }
p { color: rgb(203,104,96); }
H1.HeaderClassName
{
color: #CB6860;
}
.AnyTagClassName
{
color: #CB6860;
}
</style>
background-color css
<style>
a { background-color: #CB6860; }
a { background-color: rgb(203,104,96); }
div.DivClassName
{
background-color: #CB6860;
}
.BgClassName
{
background-color: #CB6860;
}
</style>
border-color css
<style>
span { border-color: #CB6860; }
span { border-color: rgb(203,104,96); }
td.TdClassName
{
border-color: #CB6860;
}
.TagClassName
{
border-color: #CB6860;
}
</style>