Shades of Sunglo #CB5B50
Tints of Sunglo #CB5B50
RGB
CMYK
RGB Variations
Color information
#CB5B50 (or 0xCB5B50) is known color: Sunglo. HEX triplet: CB, 5B and 50. RGB value is (203,91,80). Sum of RGB (Red+Green+Blue) = 203+91+80=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B50 is #34A4AF. Grayscale: #7B7B7B. Windows color (decimal): -3450032 or 5266379. OLE color: 5266379.
HSL color Cylindrical-coordinate representation of color #CB5B50: hue angle of 5.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5B50 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 80 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.20 |
| HSL | 5.37º | 0.54% | 0.55% | - |
| HSV(B) | 5.37º | 0.61% | 0.8% | - |
| XYZ | 29.82 | 20.76 | 10.02 | - |
| YUV | 123.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 80 | 0 | 0.55 | 0.61 | 0.20 | 5.37 | 0.54 | 0.55 |
| Hex | CB | 5B | 50 | 0 | 37 | 3D | 14 | 5 | 36 | 37 |
| Octal | 313 | 133 | 120 | 0 | 67 | 75 | 24 | 5 | 66 | 67 |
| Binary | 11001011 | 1011011 | 1010000 | 0 | 110111 | 111101 | 10100 | 101 | 110110 | 110111 |
Color Harmonies of #CB5B50
Complementary color
Monochromatic Colors of #CB5B50
Black with #CB5B50
Text Example
Text Example
White with #CB5B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B50; }
p { color: rgb(203,91,80); }
H1.HeaderClassName
{
color: #CB5B50;
}
.AnyTagClassName
{
color: #CB5B50;
}
</style>
background-color css
<style>
a { background-color: #CB5B50; }
a { background-color: rgb(203,91,80); }
div.DivClassName
{
background-color: #CB5B50;
}
.BgClassName
{
background-color: #CB5B50;
}
</style>
border-color css
<style>
span { border-color: #CB5B50; }
span { border-color: rgb(203,91,80); }
td.TdClassName
{
border-color: #CB5B50;
}
.TagClassName
{
border-color: #CB5B50;
}
</style>