Shades of Sunset #CB4342
Tints of Sunset #CB4342
RGB
CMYK
RGB Variations
Color information
#CB4342 (or 0xCB4342) is known color: Sunset. HEX triplet: CB, 43 and 42. RGB value is (203,67,66). Sum of RGB (Red+Green+Blue) = 203+67+66=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4342 is #34BCBD. Grayscale: #6B6B6B. Windows color (decimal): -3456190 or 4342731. OLE color: 4342731.
HSL color Cylindrical-coordinate representation of color #CB4342: hue angle of 0.44º 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 #CB4342 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 66 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.20 |
| HSL | 0.44º | 0.57% | 0.53% | - |
| HSV(B) | 0.44º | 0.67% | 0.8% | - |
| XYZ | 27.62 | 17.1 | 7 | - |
| YUV | 107.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 66 | 0 | 0.67 | 0.67 | 0.20 | 0.44 | 0.57 | 0.53 |
| Hex | CB | 43 | 42 | 0 | 43 | 43 | 14 | 0 | 39 | 35 |
| Octal | 313 | 103 | 102 | 0 | 103 | 103 | 24 | 0 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1000010 | 0 | 1000011 | 1000011 | 10100 | 0 | 111001 | 110101 |
Color Harmonies of #CB4342
Complementary color
Monochromatic Colors of #CB4342
Black with #CB4342
Text Example
Text Example
White with #CB4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4342; }
p { color: rgb(203,67,66); }
H1.HeaderClassName
{
color: #CB4342;
}
.AnyTagClassName
{
color: #CB4342;
}
</style>
background-color css
<style>
a { background-color: #CB4342; }
a { background-color: rgb(203,67,66); }
div.DivClassName
{
background-color: #CB4342;
}
.BgClassName
{
background-color: #CB4342;
}
</style>
border-color css
<style>
span { border-color: #CB4342; }
span { border-color: rgb(203,67,66); }
td.TdClassName
{
border-color: #CB4342;
}
.TagClassName
{
border-color: #CB4342;
}
</style>