Shades of Valencia #CF4D47
Tints of Valencia #CF4D47
RGB
CMYK
RGB Variations
Color information
#CF4D47 (or 0xCF4D47) is known color: Valencia. HEX triplet: CF, 4D and 47. RGB value is (207,77,71). Sum of RGB (Red+Green+Blue) = 207+77+71=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D47 is #30B2B8. Grayscale: #737373. Windows color (decimal): -3191481 or 4672975. OLE color: 4672975.
HSL color Cylindrical-coordinate representation of color #CF4D47: hue angle of 2.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4D47 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 71 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.19 |
| HSL | 2.65º | 0.59% | 0.55% | - |
| HSV(B) | 2.65º | 0.66% | 0.81% | - |
| XYZ | 29.52 | 19.03 | 8.08 | - |
| YUV | 115.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 71 | 0 | 0.63 | 0.66 | 0.19 | 2.65 | 0.59 | 0.55 |
| Hex | CF | 4D | 47 | 0 | 3F | 42 | 13 | 3 | 3B | 37 |
| Octal | 317 | 115 | 107 | 0 | 77 | 102 | 23 | 3 | 73 | 67 |
| Binary | 11001111 | 1001101 | 1000111 | 0 | 111111 | 1000010 | 10011 | 11 | 111011 | 110111 |
Color Harmonies of #CF4D47
Complementary color
Monochromatic Colors of #CF4D47
Black with #CF4D47
Text Example
Text Example
White with #CF4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D47; }
p { color: rgb(207,77,71); }
H1.HeaderClassName
{
color: #CF4D47;
}
.AnyTagClassName
{
color: #CF4D47;
}
</style>
background-color css
<style>
a { background-color: #CF4D47; }
a { background-color: rgb(207,77,71); }
div.DivClassName
{
background-color: #CF4D47;
}
.BgClassName
{
background-color: #CF4D47;
}
</style>
border-color css
<style>
span { border-color: #CF4D47; }
span { border-color: rgb(207,77,71); }
td.TdClassName
{
border-color: #CF4D47;
}
.TagClassName
{
border-color: #CF4D47;
}
</style>