Shades of Sunglo #CB6053
Tints of Sunglo #CB6053
RGB
CMYK
RGB Variations
Color information
#CB6053 (or 0xCB6053) is known color: Sunglo. HEX triplet: CB, 60 and 53. RGB value is (203,96,83). Sum of RGB (Red+Green+Blue) = 203+96+83=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6053 is #349FAC. Grayscale: #7E7E7E. Windows color (decimal): -3448749 or 5464267. OLE color: 5464267.
HSL color Cylindrical-coordinate representation of color #CB6053: hue angle of 6.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 #CB6053 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 83 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.20 |
| HSL | 6.5º | 0.54% | 0.56% | - |
| HSV(B) | 6.5º | 0.59% | 0.8% | - |
| XYZ | 30.37 | 21.69 | 10.77 | - |
| YUV | 126.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 83 | 0 | 0.53 | 0.59 | 0.20 | 6.5 | 0.54 | 0.56 |
| Hex | CB | 60 | 53 | 0 | 35 | 3B | 14 | 6 | 36 | 38 |
| Octal | 313 | 140 | 123 | 0 | 65 | 73 | 24 | 6 | 66 | 70 |
| Binary | 11001011 | 1100000 | 1010011 | 0 | 110101 | 111011 | 10100 | 110 | 110110 | 111000 |
Color Harmonies of #CB6053
Complementary color
Monochromatic Colors of #CB6053
Black with #CB6053
Text Example
Text Example
White with #CB6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6053; }
p { color: rgb(203,96,83); }
H1.HeaderClassName
{
color: #CB6053;
}
.AnyTagClassName
{
color: #CB6053;
}
</style>
background-color css
<style>
a { background-color: #CB6053; }
a { background-color: rgb(203,96,83); }
div.DivClassName
{
background-color: #CB6053;
}
.BgClassName
{
background-color: #CB6053;
}
</style>
border-color css
<style>
span { border-color: #CB6053; }
span { border-color: rgb(203,96,83); }
td.TdClassName
{
border-color: #CB6053;
}
.TagClassName
{
border-color: #CB6053;
}
</style>