Shades of Sunglo #CB5D4F
Tints of Sunglo #CB5D4F
RGB
CMYK
RGB Variations
Color information
#CB5D4F (or 0xCB5D4F) is known color: Sunglo. HEX triplet: CB, 5D and 4F. RGB value is (203,93,79). Sum of RGB (Red+Green+Blue) = 203+93+79=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D4F is #34A2B0. Grayscale: #7C7C7C. Windows color (decimal): -3449521 or 5201355. OLE color: 5201355.
HSL color Cylindrical-coordinate representation of color #CB5D4F: hue angle of 6.77º 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 #CB5D4F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 79 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.20 |
| HSL | 6.77º | 0.54% | 0.55% | - |
| HSV(B) | 6.77º | 0.61% | 0.8% | - |
| XYZ | 29.95 | 21.09 | 9.89 | - |
| YUV | 124.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 79 | 0 | 0.54 | 0.61 | 0.20 | 6.77 | 0.54 | 0.55 |
| Hex | CB | 5D | 4F | 0 | 36 | 3D | 14 | 7 | 36 | 37 |
| Octal | 313 | 135 | 117 | 0 | 66 | 75 | 24 | 7 | 66 | 67 |
| Binary | 11001011 | 1011101 | 1001111 | 0 | 110110 | 111101 | 10100 | 111 | 110110 | 110111 |
Color Harmonies of #CB5D4F
Complementary color
Monochromatic Colors of #CB5D4F
Black with #CB5D4F
Text Example
Text Example
White with #CB5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D4F; }
p { color: rgb(203,93,79); }
H1.HeaderClassName
{
color: #CB5D4F;
}
.AnyTagClassName
{
color: #CB5D4F;
}
</style>
background-color css
<style>
a { background-color: #CB5D4F; }
a { background-color: rgb(203,93,79); }
div.DivClassName
{
background-color: #CB5D4F;
}
.BgClassName
{
background-color: #CB5D4F;
}
</style>
border-color css
<style>
span { border-color: #CB5D4F; }
span { border-color: rgb(203,93,79); }
td.TdClassName
{
border-color: #CB5D4F;
}
.TagClassName
{
border-color: #CB5D4F;
}
</style>