Shades of Sunset #CB504B
Tints of Sunset #CB504B
RGB
CMYK
RGB Variations
Color information
#CB504B (or 0xCB504B) is known color: Sunset. HEX triplet: CB, 50 and 4B. RGB value is (203,80,75). Sum of RGB (Red+Green+Blue) = 203+80+75=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB504B is #34AFB4. Grayscale: #747474. Windows color (decimal): -3452853 or 4935883. OLE color: 4935883.
HSL color Cylindrical-coordinate representation of color #CB504B: hue angle of 2.34º 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 #CB504B is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 75 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.20 |
| HSL | 2.34º | 0.55% | 0.55% | - |
| HSV(B) | 2.34º | 0.63% | 0.8% | - |
| XYZ | 28.77 | 18.94 | 8.8 | - |
| YUV | 116.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 75 | 0 | 0.61 | 0.63 | 0.20 | 2.34 | 0.55 | 0.55 |
| Hex | CB | 50 | 4B | 0 | 3D | 3F | 14 | 2 | 37 | 37 |
| Octal | 313 | 120 | 113 | 0 | 75 | 77 | 24 | 2 | 67 | 67 |
| Binary | 11001011 | 1010000 | 1001011 | 0 | 111101 | 111111 | 10100 | 10 | 110111 | 110111 |
Color Harmonies of #CB504B
Complementary color
Monochromatic Colors of #CB504B
Black with #CB504B
Text Example
Text Example
White with #CB504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB504B; }
p { color: rgb(203,80,75); }
H1.HeaderClassName
{
color: #CB504B;
}
.AnyTagClassName
{
color: #CB504B;
}
</style>
background-color css
<style>
a { background-color: #CB504B; }
a { background-color: rgb(203,80,75); }
div.DivClassName
{
background-color: #CB504B;
}
.BgClassName
{
background-color: #CB504B;
}
</style>
border-color css
<style>
span { border-color: #CB504B; }
span { border-color: rgb(203,80,75); }
td.TdClassName
{
border-color: #CB504B;
}
.TagClassName
{
border-color: #CB504B;
}
</style>