Shades of Valencia #CF5850
Tints of Valencia #CF5850
RGB
CMYK
RGB Variations
Color information
#CF5850 (or 0xCF5850) is known color: Valencia. HEX triplet: CF, 58 and 50. RGB value is (207,88,80). Sum of RGB (Red+Green+Blue) = 207+88+80=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5850 is #30A7AF. Grayscale: #7A7A7A. Windows color (decimal): -3188656 or 5265615. OLE color: 5265615.
HSL color Cylindrical-coordinate representation of color #CF5850: hue angle of 3.78º 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 #CF5850 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 80 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.19 |
| HSL | 3.78º | 0.57% | 0.56% | - |
| HSV(B) | 3.78º | 0.61% | 0.81% | - |
| XYZ | 30.67 | 20.82 | 9.99 | - |
| YUV | 122.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 80 | 0 | 0.57 | 0.61 | 0.19 | 3.78 | 0.57 | 0.56 |
| Hex | CF | 58 | 50 | 0 | 39 | 3D | 13 | 4 | 39 | 38 |
| Octal | 317 | 130 | 120 | 0 | 71 | 75 | 23 | 4 | 71 | 70 |
| Binary | 11001111 | 1011000 | 1010000 | 0 | 111001 | 111101 | 10011 | 100 | 111001 | 111000 |
Color Harmonies of #CF5850
Complementary color
Monochromatic Colors of #CF5850
Black with #CF5850
Text Example
Text Example
White with #CF5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5850; }
p { color: rgb(207,88,80); }
H1.HeaderClassName
{
color: #CF5850;
}
.AnyTagClassName
{
color: #CF5850;
}
</style>
background-color css
<style>
a { background-color: #CF5850; }
a { background-color: rgb(207,88,80); }
div.DivClassName
{
background-color: #CF5850;
}
.BgClassName
{
background-color: #CF5850;
}
</style>
border-color css
<style>
span { border-color: #CF5850; }
span { border-color: rgb(207,88,80); }
td.TdClassName
{
border-color: #CF5850;
}
.TagClassName
{
border-color: #CF5850;
}
</style>