Shades of Sunglo #CB6359
Tints of Sunglo #CB6359
RGB
CMYK
RGB Variations
Color information
#CB6359 (or 0xCB6359) is known color: Sunglo. HEX triplet: CB, 63 and 59. RGB value is (203,99,89). Sum of RGB (Red+Green+Blue) = 203+99+89=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6359 is #349CA6. Grayscale: #818181. Windows color (decimal): -3447975 or 5858251. OLE color: 5858251.
HSL color Cylindrical-coordinate representation of color #CB6359: hue angle of 5.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6359 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 89 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.20 |
| HSL | 5.26º | 0.52% | 0.57% | - |
| HSV(B) | 5.26º | 0.56% | 0.8% | - |
| XYZ | 30.89 | 22.34 | 12.14 | - |
| YUV | 128.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 89 | 0 | 0.51 | 0.56 | 0.20 | 5.26 | 0.52 | 0.57 |
| Hex | CB | 63 | 59 | 0 | 33 | 38 | 14 | 5 | 34 | 39 |
| Octal | 313 | 143 | 131 | 0 | 63 | 70 | 24 | 5 | 64 | 71 |
| Binary | 11001011 | 1100011 | 1011001 | 0 | 110011 | 111000 | 10100 | 101 | 110100 | 111001 |
Color Harmonies of #CB6359
Complementary color
Monochromatic Colors of #CB6359
Black with #CB6359
Text Example
Text Example
White with #CB6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6359; }
p { color: rgb(203,99,89); }
H1.HeaderClassName
{
color: #CB6359;
}
.AnyTagClassName
{
color: #CB6359;
}
</style>
background-color css
<style>
a { background-color: #CB6359; }
a { background-color: rgb(203,99,89); }
div.DivClassName
{
background-color: #CB6359;
}
.BgClassName
{
background-color: #CB6359;
}
</style>
border-color css
<style>
span { border-color: #CB6359; }
span { border-color: rgb(203,99,89); }
td.TdClassName
{
border-color: #CB6359;
}
.TagClassName
{
border-color: #CB6359;
}
</style>