Shades of Sunset #C35344
Tints of Sunset #C35344
RGB
CMYK
RGB Variations
Color information
#C35344 (or 0xC35344) is known color: Sunset. HEX triplet: C3, 53 and 44. RGB value is (195,83,68). Sum of RGB (Red+Green+Blue) = 195+83+68=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35344 is #3CACBB. Grayscale: #727272. Windows color (decimal): -3976380 or 4477891. OLE color: 4477891.
HSL color Cylindrical-coordinate representation of color #C35344: hue angle of 7.09º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C35344 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 68 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.24 |
| HSL | 7.09º | 0.51% | 0.52% | - |
| HSV(B) | 7.09º | 0.65% | 0.76% | - |
| XYZ | 26.64 | 18.21 | 7.58 | - |
| YUV | 114.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 68 | 0 | 0.57 | 0.65 | 0.24 | 7.09 | 0.51 | 0.52 |
| Hex | C3 | 53 | 44 | 0 | 39 | 41 | 18 | 7 | 33 | 34 |
| Octal | 303 | 123 | 104 | 0 | 71 | 101 | 30 | 7 | 63 | 64 |
| Binary | 11000011 | 1010011 | 1000100 | 0 | 111001 | 1000001 | 11000 | 111 | 110011 | 110100 |
Color Harmonies of #C35344
Complementary color
Monochromatic Colors of #C35344
Black with #C35344
Text Example
Text Example
White with #C35344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35344; }
p { color: rgb(195,83,68); }
H1.HeaderClassName
{
color: #C35344;
}
.AnyTagClassName
{
color: #C35344;
}
</style>
background-color css
<style>
a { background-color: #C35344; }
a { background-color: rgb(195,83,68); }
div.DivClassName
{
background-color: #C35344;
}
.BgClassName
{
background-color: #C35344;
}
</style>
border-color css
<style>
span { border-color: #C35344; }
span { border-color: rgb(195,83,68); }
td.TdClassName
{
border-color: #C35344;
}
.TagClassName
{
border-color: #C35344;
}
</style>