Shades of Sunset #CB4942
Tints of Sunset #CB4942
RGB
CMYK
RGB Variations
Color information
#CB4942 (or 0xCB4942) is known color: Sunset. HEX triplet: CB, 49 and 42. RGB value is (203,73,66). Sum of RGB (Red+Green+Blue) = 203+73+66=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4942 is #34B6BD. Grayscale: #6F6F6F. Windows color (decimal): -3454654 or 4344267. OLE color: 4344267.
HSL color Cylindrical-coordinate representation of color #CB4942: hue angle of 3.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4942 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 66 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.20 |
| HSL | 3.07º | 0.57% | 0.53% | - |
| HSV(B) | 3.07º | 0.67% | 0.8% | - |
| XYZ | 27.99 | 17.85 | 7.13 | - |
| YUV | 111.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 66 | 0 | 0.64 | 0.67 | 0.20 | 3.07 | 0.57 | 0.53 |
| Hex | CB | 49 | 42 | 0 | 40 | 43 | 14 | 3 | 39 | 35 |
| Octal | 313 | 111 | 102 | 0 | 100 | 103 | 24 | 3 | 71 | 65 |
| Binary | 11001011 | 1001001 | 1000010 | 0 | 1000000 | 1000011 | 10100 | 11 | 111001 | 110101 |
Color Harmonies of #CB4942
Complementary color
Monochromatic Colors of #CB4942
Black with #CB4942
Text Example
Text Example
White with #CB4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4942; }
p { color: rgb(203,73,66); }
H1.HeaderClassName
{
color: #CB4942;
}
.AnyTagClassName
{
color: #CB4942;
}
</style>
background-color css
<style>
a { background-color: #CB4942; }
a { background-color: rgb(203,73,66); }
div.DivClassName
{
background-color: #CB4942;
}
.BgClassName
{
background-color: #CB4942;
}
</style>
border-color css
<style>
span { border-color: #CB4942; }
span { border-color: rgb(203,73,66); }
td.TdClassName
{
border-color: #CB4942;
}
.TagClassName
{
border-color: #CB4942;
}
</style>