Shades of Valencia #CF5147
Tints of Valencia #CF5147
RGB
CMYK
RGB Variations
Color information
#CF5147 (or 0xCF5147) is known color: Valencia. HEX triplet: CF, 51 and 47. RGB value is (207,81,71). Sum of RGB (Red+Green+Blue) = 207+81+71=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5147 is #30AEB8. Grayscale: #757575. Windows color (decimal): -3190457 or 4673999. OLE color: 4673999.
HSL color Cylindrical-coordinate representation of color #CF5147: hue angle of 4.41º 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 #CF5147 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 71 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.19 |
| HSL | 4.41º | 0.59% | 0.55% | - |
| HSV(B) | 4.41º | 0.66% | 0.81% | - |
| XYZ | 29.81 | 19.61 | 8.17 | - |
| YUV | 117.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 71 | 0 | 0.61 | 0.66 | 0.19 | 4.41 | 0.59 | 0.55 |
| Hex | CF | 51 | 47 | 0 | 3D | 42 | 13 | 4 | 3B | 37 |
| Octal | 317 | 121 | 107 | 0 | 75 | 102 | 23 | 4 | 73 | 67 |
| Binary | 11001111 | 1010001 | 1000111 | 0 | 111101 | 1000010 | 10011 | 100 | 111011 | 110111 |
Color Harmonies of #CF5147
Complementary color
Monochromatic Colors of #CF5147
Black with #CF5147
Text Example
Text Example
White with #CF5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5147; }
p { color: rgb(207,81,71); }
H1.HeaderClassName
{
color: #CF5147;
}
.AnyTagClassName
{
color: #CF5147;
}
</style>
background-color css
<style>
a { background-color: #CF5147; }
a { background-color: rgb(207,81,71); }
div.DivClassName
{
background-color: #CF5147;
}
.BgClassName
{
background-color: #CF5147;
}
</style>
border-color css
<style>
span { border-color: #CF5147; }
span { border-color: rgb(207,81,71); }
td.TdClassName
{
border-color: #CF5147;
}
.TagClassName
{
border-color: #CF5147;
}
</style>