Shades of Sunglo #CB5A53
Tints of Sunglo #CB5A53
RGB
CMYK
RGB Variations
Color information
#CB5A53 (or 0xCB5A53) is known color: Sunglo. HEX triplet: CB, 5A and 53. RGB value is (203,90,83). Sum of RGB (Red+Green+Blue) = 203+90+83=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A53 is #34A5AC. Grayscale: #7B7B7B. Windows color (decimal): -3450285 or 5462731. OLE color: 5462731.
HSL color Cylindrical-coordinate representation of color #CB5A53: hue angle of 3.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 #CB5A53 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 83 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.20 |
| HSL | 3.5º | 0.54% | 0.56% | - |
| HSV(B) | 3.5º | 0.59% | 0.8% | - |
| XYZ | 29.85 | 20.63 | 10.59 | - |
| YUV | 122.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 83 | 0 | 0.56 | 0.59 | 0.20 | 3.5 | 0.54 | 0.56 |
| Hex | CB | 5A | 53 | 0 | 38 | 3B | 14 | 4 | 36 | 38 |
| Octal | 313 | 132 | 123 | 0 | 70 | 73 | 24 | 4 | 66 | 70 |
| Binary | 11001011 | 1011010 | 1010011 | 0 | 111000 | 111011 | 10100 | 100 | 110110 | 111000 |
Color Harmonies of #CB5A53
Complementary color
Monochromatic Colors of #CB5A53
Black with #CB5A53
Text Example
Text Example
White with #CB5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A53; }
p { color: rgb(203,90,83); }
H1.HeaderClassName
{
color: #CB5A53;
}
.AnyTagClassName
{
color: #CB5A53;
}
</style>
background-color css
<style>
a { background-color: #CB5A53; }
a { background-color: rgb(203,90,83); }
div.DivClassName
{
background-color: #CB5A53;
}
.BgClassName
{
background-color: #CB5A53;
}
</style>
border-color css
<style>
span { border-color: #CB5A53; }
span { border-color: rgb(203,90,83); }
td.TdClassName
{
border-color: #CB5A53;
}
.TagClassName
{
border-color: #CB5A53;
}
</style>