Shades of Sunset #CB504C
Tints of Sunset #CB504C
RGB
CMYK
RGB Variations
Color information
#CB504C (or 0xCB504C) is known color: Sunset. HEX triplet: CB, 50 and 4C. RGB value is (203,80,76). Sum of RGB (Red+Green+Blue) = 203+80+76=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB504C is #34AFB3. Grayscale: #747474. Windows color (decimal): -3452852 or 5001419. OLE color: 5001419.
HSL color Cylindrical-coordinate representation of color #CB504C: hue angle of 1.89º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB504C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 76 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.20 |
| HSL | 1.89º | 0.55% | 0.55% | - |
| HSV(B) | 1.89º | 0.63% | 0.8% | - |
| XYZ | 28.8 | 18.96 | 8.98 | - |
| YUV | 116.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 76 | 0 | 0.61 | 0.63 | 0.20 | 1.89 | 0.55 | 0.55 |
| Hex | CB | 50 | 4C | 0 | 3D | 3F | 14 | 2 | 37 | 37 |
| Octal | 313 | 120 | 114 | 0 | 75 | 77 | 24 | 2 | 67 | 67 |
| Binary | 11001011 | 1010000 | 1001100 | 0 | 111101 | 111111 | 10100 | 10 | 110111 | 110111 |
Color Harmonies of #CB504C
Complementary color
Monochromatic Colors of #CB504C
Black with #CB504C
Text Example
Text Example
White with #CB504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB504C; }
p { color: rgb(203,80,76); }
H1.HeaderClassName
{
color: #CB504C;
}
.AnyTagClassName
{
color: #CB504C;
}
</style>
background-color css
<style>
a { background-color: #CB504C; }
a { background-color: rgb(203,80,76); }
div.DivClassName
{
background-color: #CB504C;
}
.BgClassName
{
background-color: #CB504C;
}
</style>
border-color css
<style>
span { border-color: #CB504C; }
span { border-color: rgb(203,80,76); }
td.TdClassName
{
border-color: #CB504C;
}
.TagClassName
{
border-color: #CB504C;
}
</style>