Shades of Sunglo #CB5D53
Tints of Sunglo #CB5D53
RGB
CMYK
RGB Variations
Color information
#CB5D53 (or 0xCB5D53) is known color: Sunglo. HEX triplet: CB, 5D and 53. RGB value is (203,93,83). Sum of RGB (Red+Green+Blue) = 203+93+83=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D53 is #34A2AC. Grayscale: #7C7C7C. Windows color (decimal): -3449517 or 5463499. OLE color: 5463499.
HSL color Cylindrical-coordinate representation of color #CB5D53: hue angle of 5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5D53 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 83 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.20 |
| HSL | 5º | 0.54% | 0.56% | - |
| HSV(B) | 5º | 0.59% | 0.8% | - |
| XYZ | 30.1 | 21.15 | 10.68 | - |
| YUV | 124.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 83 | 0 | 0.54 | 0.59 | 0.20 | 5 | 0.54 | 0.56 |
| Hex | CB | 5D | 53 | 0 | 36 | 3B | 14 | 5 | 36 | 38 |
| Octal | 313 | 135 | 123 | 0 | 66 | 73 | 24 | 5 | 66 | 70 |
| Binary | 11001011 | 1011101 | 1010011 | 0 | 110110 | 111011 | 10100 | 101 | 110110 | 111000 |
Color Harmonies of #CB5D53
Complementary color
Monochromatic Colors of #CB5D53
Black with #CB5D53
Text Example
Text Example
White with #CB5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D53; }
p { color: rgb(203,93,83); }
H1.HeaderClassName
{
color: #CB5D53;
}
.AnyTagClassName
{
color: #CB5D53;
}
</style>
background-color css
<style>
a { background-color: #CB5D53; }
a { background-color: rgb(203,93,83); }
div.DivClassName
{
background-color: #CB5D53;
}
.BgClassName
{
background-color: #CB5D53;
}
</style>
border-color css
<style>
span { border-color: #CB5D53; }
span { border-color: rgb(203,93,83); }
td.TdClassName
{
border-color: #CB5D53;
}
.TagClassName
{
border-color: #CB5D53;
}
</style>