Shades of Valencia #CF5349
Tints of Valencia #CF5349
RGB
CMYK
RGB Variations
Color information
#CF5349 (or 0xCF5349) is known color: Valencia. HEX triplet: CF, 53 and 49. RGB value is (207,83,73). Sum of RGB (Red+Green+Blue) = 207+83+73=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5349 is #30ACB6. Grayscale: #777777. Windows color (decimal): -3189943 or 4805583. OLE color: 4805583.
HSL color Cylindrical-coordinate representation of color #CF5349: hue angle of 4.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5349 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 73 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.19 |
| HSL | 4.48º | 0.58% | 0.55% | - |
| HSV(B) | 4.48º | 0.65% | 0.81% | - |
| XYZ | 30.03 | 19.93 | 8.57 | - |
| YUV | 118.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 73 | 0 | 0.60 | 0.65 | 0.19 | 4.48 | 0.58 | 0.55 |
| Hex | CF | 53 | 49 | 0 | 3C | 41 | 13 | 4 | 3A | 37 |
| Octal | 317 | 123 | 111 | 0 | 74 | 101 | 23 | 4 | 72 | 67 |
| Binary | 11001111 | 1010011 | 1001001 | 0 | 111100 | 1000001 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CF5349
Complementary color
Monochromatic Colors of #CF5349
Black with #CF5349
Text Example
Text Example
White with #CF5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5349; }
p { color: rgb(207,83,73); }
H1.HeaderClassName
{
color: #CF5349;
}
.AnyTagClassName
{
color: #CF5349;
}
</style>
background-color css
<style>
a { background-color: #CF5349; }
a { background-color: rgb(207,83,73); }
div.DivClassName
{
background-color: #CF5349;
}
.BgClassName
{
background-color: #CF5349;
}
</style>
border-color css
<style>
span { border-color: #CF5349; }
span { border-color: rgb(207,83,73); }
td.TdClassName
{
border-color: #CF5349;
}
.TagClassName
{
border-color: #CF5349;
}
</style>