Shades of Sunglo #CB6456
Tints of Sunglo #CB6456
RGB
CMYK
RGB Variations
Color information
#CB6456 (or 0xCB6456) is known color: Sunglo. HEX triplet: CB, 64 and 56. RGB value is (203,100,86). Sum of RGB (Red+Green+Blue) = 203+100+86=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6456 is #349BA9. Grayscale: #818181. Windows color (decimal): -3447722 or 5661899. OLE color: 5661899.
HSL color Cylindrical-coordinate representation of color #CB6456: hue angle of 7.18º 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 #CB6456 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 86 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.20 |
| HSL | 7.18º | 0.53% | 0.57% | - |
| HSV(B) | 7.18º | 0.58% | 0.8% | - |
| XYZ | 30.87 | 22.48 | 11.52 | - |
| YUV | 129.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 86 | 0 | 0.51 | 0.58 | 0.20 | 7.18 | 0.53 | 0.57 |
| Hex | CB | 64 | 56 | 0 | 33 | 3A | 14 | 7 | 35 | 39 |
| Octal | 313 | 144 | 126 | 0 | 63 | 72 | 24 | 7 | 65 | 71 |
| Binary | 11001011 | 1100100 | 1010110 | 0 | 110011 | 111010 | 10100 | 111 | 110101 | 111001 |
Color Harmonies of #CB6456
Complementary color
Monochromatic Colors of #CB6456
Black with #CB6456
Text Example
Text Example
White with #CB6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6456; }
p { color: rgb(203,100,86); }
H1.HeaderClassName
{
color: #CB6456;
}
.AnyTagClassName
{
color: #CB6456;
}
</style>
background-color css
<style>
a { background-color: #CB6456; }
a { background-color: rgb(203,100,86); }
div.DivClassName
{
background-color: #CB6456;
}
.BgClassName
{
background-color: #CB6456;
}
</style>
border-color css
<style>
span { border-color: #CB6456; }
span { border-color: rgb(203,100,86); }
td.TdClassName
{
border-color: #CB6456;
}
.TagClassName
{
border-color: #CB6456;
}
</style>