Shades of Valencia #CF5750
Tints of Valencia #CF5750
RGB
CMYK
RGB Variations
Color information
#CF5750 (or 0xCF5750) is known color: Valencia. HEX triplet: CF, 57 and 50. RGB value is (207,87,80). Sum of RGB (Red+Green+Blue) = 207+87+80=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5750 is #30A8AF. Grayscale: #7A7A7A. Windows color (decimal): -3188912 or 5265359. OLE color: 5265359.
HSL color Cylindrical-coordinate representation of color #CF5750: hue angle of 3.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5750 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 80 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.19 |
| HSL | 3.31º | 0.57% | 0.56% | - |
| HSV(B) | 3.31º | 0.61% | 0.81% | - |
| XYZ | 30.59 | 20.66 | 9.97 | - |
| YUV | 122.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 80 | 0 | 0.58 | 0.61 | 0.19 | 3.31 | 0.57 | 0.56 |
| Hex | CF | 57 | 50 | 0 | 3A | 3D | 13 | 3 | 39 | 38 |
| Octal | 317 | 127 | 120 | 0 | 72 | 75 | 23 | 3 | 71 | 70 |
| Binary | 11001111 | 1010111 | 1010000 | 0 | 111010 | 111101 | 10011 | 11 | 111001 | 111000 |
Color Harmonies of #CF5750
Complementary color
Monochromatic Colors of #CF5750
Black with #CF5750
Text Example
Text Example
White with #CF5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5750; }
p { color: rgb(207,87,80); }
H1.HeaderClassName
{
color: #CF5750;
}
.AnyTagClassName
{
color: #CF5750;
}
</style>
background-color css
<style>
a { background-color: #CF5750; }
a { background-color: rgb(207,87,80); }
div.DivClassName
{
background-color: #CF5750;
}
.BgClassName
{
background-color: #CF5750;
}
</style>
border-color css
<style>
span { border-color: #CF5750; }
span { border-color: rgb(207,87,80); }
td.TdClassName
{
border-color: #CF5750;
}
.TagClassName
{
border-color: #CF5750;
}
</style>