Shades of Sunset #CB4D4C
Tints of Sunset #CB4D4C
RGB
CMYK
RGB Variations
Color information
#CB4D4C (or 0xCB4D4C) is known color: Sunset. HEX triplet: CB, 4D and 4C. RGB value is (203,77,76). Sum of RGB (Red+Green+Blue) = 203+77+76=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4D4C is #34B2B3. Grayscale: #727272. Windows color (decimal): -3453620 or 5000651. OLE color: 5000651.
HSL color Cylindrical-coordinate representation of color #CB4D4C: hue angle of 0.47º 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 #CB4D4C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 76 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.20 |
| HSL | 0.47º | 0.55% | 0.55% | - |
| HSV(B) | 0.47º | 0.63% | 0.8% | - |
| XYZ | 28.59 | 18.53 | 8.91 | - |
| YUV | 114.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 76 | 0 | 0.62 | 0.63 | 0.20 | 0.47 | 0.55 | 0.55 |
| Hex | CB | 4D | 4C | 0 | 3E | 3F | 14 | 0 | 37 | 37 |
| Octal | 313 | 115 | 114 | 0 | 76 | 77 | 24 | 0 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1001100 | 0 | 111110 | 111111 | 10100 | 0 | 110111 | 110111 |
Color Harmonies of #CB4D4C
Complementary color
Monochromatic Colors of #CB4D4C
Black with #CB4D4C
Text Example
Text Example
White with #CB4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D4C; }
p { color: rgb(203,77,76); }
H1.HeaderClassName
{
color: #CB4D4C;
}
.AnyTagClassName
{
color: #CB4D4C;
}
</style>
background-color css
<style>
a { background-color: #CB4D4C; }
a { background-color: rgb(203,77,76); }
div.DivClassName
{
background-color: #CB4D4C;
}
.BgClassName
{
background-color: #CB4D4C;
}
</style>
border-color css
<style>
span { border-color: #CB4D4C; }
span { border-color: rgb(203,77,76); }
td.TdClassName
{
border-color: #CB4D4C;
}
.TagClassName
{
border-color: #CB4D4C;
}
</style>