Shades of Sunglo #CB6856
Tints of Sunglo #CB6856
RGB
CMYK
RGB Variations
Color information
#CB6856 (or 0xCB6856) is known color: Sunglo. HEX triplet: CB, 68 and 56. RGB value is (203,104,86). Sum of RGB (Red+Green+Blue) = 203+104+86=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6856 is #3497A9. Grayscale: #838383. Windows color (decimal): -3446698 or 5662923. OLE color: 5662923.
HSL color Cylindrical-coordinate representation of color #CB6856: hue angle of 9.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB6856 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 86 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.20 |
| HSL | 9.23º | 0.53% | 0.57% | - |
| HSV(B) | 9.23º | 0.58% | 0.8% | - |
| XYZ | 31.26 | 23.27 | 11.65 | - |
| YUV | 131.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 86 | 0 | 0.49 | 0.58 | 0.20 | 9.23 | 0.53 | 0.57 |
| Hex | CB | 68 | 56 | 0 | 31 | 3A | 14 | 9 | 35 | 39 |
| Octal | 313 | 150 | 126 | 0 | 61 | 72 | 24 | 11 | 65 | 71 |
| Binary | 11001011 | 1101000 | 1010110 | 0 | 110001 | 111010 | 10100 | 1001 | 110101 | 111001 |
Color Harmonies of #CB6856
Complementary color
Monochromatic Colors of #CB6856
Black with #CB6856
Text Example
Text Example
White with #CB6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6856; }
p { color: rgb(203,104,86); }
H1.HeaderClassName
{
color: #CB6856;
}
.AnyTagClassName
{
color: #CB6856;
}
</style>
background-color css
<style>
a { background-color: #CB6856; }
a { background-color: rgb(203,104,86); }
div.DivClassName
{
background-color: #CB6856;
}
.BgClassName
{
background-color: #CB6856;
}
</style>
border-color css
<style>
span { border-color: #CB6856; }
span { border-color: rgb(203,104,86); }
td.TdClassName
{
border-color: #CB6856;
}
.TagClassName
{
border-color: #CB6856;
}
</style>