Shades of Valencia #CF4D49
Tints of Valencia #CF4D49
RGB
CMYK
RGB Variations
Color information
#CF4D49 (or 0xCF4D49) is known color: Valencia. HEX triplet: CF, 4D and 49. RGB value is (207,77,73). Sum of RGB (Red+Green+Blue) = 207+77+73=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D49 is #30B2B6. Grayscale: #737373. Windows color (decimal): -3191479 or 4804047. OLE color: 4804047.
HSL color Cylindrical-coordinate representation of color #CF4D49: hue angle of 1.79º 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 #CF4D49 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 73 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.19 |
| HSL | 1.79º | 0.58% | 0.55% | - |
| HSV(B) | 1.79º | 0.65% | 0.81% | - |
| XYZ | 29.59 | 19.05 | 8.42 | - |
| YUV | 115.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 73 | 0 | 0.63 | 0.65 | 0.19 | 1.79 | 0.58 | 0.55 |
| Hex | CF | 4D | 49 | 0 | 3F | 41 | 13 | 2 | 3A | 37 |
| Octal | 317 | 115 | 111 | 0 | 77 | 101 | 23 | 2 | 72 | 67 |
| Binary | 11001111 | 1001101 | 1001001 | 0 | 111111 | 1000001 | 10011 | 10 | 111010 | 110111 |
Color Harmonies of #CF4D49
Complementary color
Monochromatic Colors of #CF4D49
Black with #CF4D49
Text Example
Text Example
White with #CF4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D49; }
p { color: rgb(207,77,73); }
H1.HeaderClassName
{
color: #CF4D49;
}
.AnyTagClassName
{
color: #CF4D49;
}
</style>
background-color css
<style>
a { background-color: #CF4D49; }
a { background-color: rgb(207,77,73); }
div.DivClassName
{
background-color: #CF4D49;
}
.BgClassName
{
background-color: #CF4D49;
}
</style>
border-color css
<style>
span { border-color: #CF4D49; }
span { border-color: rgb(207,77,73); }
td.TdClassName
{
border-color: #CF4D49;
}
.TagClassName
{
border-color: #CF4D49;
}
</style>