Shades of Sunglo #CB5E4F
Tints of Sunglo #CB5E4F
RGB
CMYK
RGB Variations
Color information
#CB5E4F (or 0xCB5E4F) is known color: Sunglo. HEX triplet: CB, 5E and 4F. RGB value is (203,94,79). Sum of RGB (Red+Green+Blue) = 203+94+79=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E4F is #34A1B0. Grayscale: #7D7D7D. Windows color (decimal): -3449265 or 5201611. OLE color: 5201611.
HSL color Cylindrical-coordinate representation of color #CB5E4F: hue angle of 7.26º 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 #CB5E4F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 79 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.20 |
| HSL | 7.26º | 0.54% | 0.55% | - |
| HSV(B) | 7.26º | 0.61% | 0.8% | - |
| XYZ | 30.04 | 21.27 | 9.92 | - |
| YUV | 124.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 79 | 0 | 0.54 | 0.61 | 0.20 | 7.26 | 0.54 | 0.55 |
| Hex | CB | 5E | 4F | 0 | 36 | 3D | 14 | 7 | 36 | 37 |
| Octal | 313 | 136 | 117 | 0 | 66 | 75 | 24 | 7 | 66 | 67 |
| Binary | 11001011 | 1011110 | 1001111 | 0 | 110110 | 111101 | 10100 | 111 | 110110 | 110111 |
Color Harmonies of #CB5E4F
Complementary color
Monochromatic Colors of #CB5E4F
Black with #CB5E4F
Text Example
Text Example
White with #CB5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E4F; }
p { color: rgb(203,94,79); }
H1.HeaderClassName
{
color: #CB5E4F;
}
.AnyTagClassName
{
color: #CB5E4F;
}
</style>
background-color css
<style>
a { background-color: #CB5E4F; }
a { background-color: rgb(203,94,79); }
div.DivClassName
{
background-color: #CB5E4F;
}
.BgClassName
{
background-color: #CB5E4F;
}
</style>
border-color css
<style>
span { border-color: #CB5E4F; }
span { border-color: rgb(203,94,79); }
td.TdClassName
{
border-color: #CB5E4F;
}
.TagClassName
{
border-color: #CB5E4F;
}
</style>