Shades of Sunglo #CB6256
Tints of Sunglo #CB6256
RGB
CMYK
RGB Variations
Color information
#CB6256 (or 0xCB6256) is known color: Sunglo. HEX triplet: CB, 62 and 56. RGB value is (203,98,86). Sum of RGB (Red+Green+Blue) = 203+98+86=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6256 is #349DA9. Grayscale: #808080. Windows color (decimal): -3448234 or 5661387. OLE color: 5661387.
HSL color Cylindrical-coordinate representation of color #CB6256: hue angle of 6.15º 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 #CB6256 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 86 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.20 |
| HSL | 6.15º | 0.53% | 0.57% | - |
| HSV(B) | 6.15º | 0.58% | 0.8% | - |
| XYZ | 30.68 | 22.1 | 11.45 | - |
| YUV | 128.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 86 | 0 | 0.52 | 0.58 | 0.20 | 6.15 | 0.53 | 0.57 |
| Hex | CB | 62 | 56 | 0 | 34 | 3A | 14 | 6 | 35 | 39 |
| Octal | 313 | 142 | 126 | 0 | 64 | 72 | 24 | 6 | 65 | 71 |
| Binary | 11001011 | 1100010 | 1010110 | 0 | 110100 | 111010 | 10100 | 110 | 110101 | 111001 |
Color Harmonies of #CB6256
Complementary color
Monochromatic Colors of #CB6256
Black with #CB6256
Text Example
Text Example
White with #CB6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6256; }
p { color: rgb(203,98,86); }
H1.HeaderClassName
{
color: #CB6256;
}
.AnyTagClassName
{
color: #CB6256;
}
</style>
background-color css
<style>
a { background-color: #CB6256; }
a { background-color: rgb(203,98,86); }
div.DivClassName
{
background-color: #CB6256;
}
.BgClassName
{
background-color: #CB6256;
}
</style>
border-color css
<style>
span { border-color: #CB6256; }
span { border-color: rgb(203,98,86); }
td.TdClassName
{
border-color: #CB6256;
}
.TagClassName
{
border-color: #CB6256;
}
</style>