Shades of Valencia #CF584E
Tints of Valencia #CF584E
RGB
CMYK
RGB Variations
Color information
#CF584E (or 0xCF584E) is known color: Valencia. HEX triplet: CF, 58 and 4E. RGB value is (207,88,78). Sum of RGB (Red+Green+Blue) = 207+88+78=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF584E is #30A7B1. Grayscale: #7A7A7A. Windows color (decimal): -3188658 or 5134543. OLE color: 5134543.
HSL color Cylindrical-coordinate representation of color #CF584E: hue angle of 4.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF584E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 78 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.19 |
| HSL | 4.65º | 0.57% | 0.56% | - |
| HSV(B) | 4.65º | 0.62% | 0.81% | - |
| XYZ | 30.6 | 20.79 | 9.61 | - |
| YUV | 122.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 78 | 0 | 0.57 | 0.62 | 0.19 | 4.65 | 0.57 | 0.56 |
| Hex | CF | 58 | 4E | 0 | 39 | 3E | 13 | 5 | 39 | 38 |
| Octal | 317 | 130 | 116 | 0 | 71 | 76 | 23 | 5 | 71 | 70 |
| Binary | 11001111 | 1011000 | 1001110 | 0 | 111001 | 111110 | 10011 | 101 | 111001 | 111000 |
Color Harmonies of #CF584E
Complementary color
Monochromatic Colors of #CF584E
Black with #CF584E
Text Example
Text Example
White with #CF584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF584E; }
p { color: rgb(207,88,78); }
H1.HeaderClassName
{
color: #CF584E;
}
.AnyTagClassName
{
color: #CF584E;
}
</style>
background-color css
<style>
a { background-color: #CF584E; }
a { background-color: rgb(207,88,78); }
div.DivClassName
{
background-color: #CF584E;
}
.BgClassName
{
background-color: #CF584E;
}
</style>
border-color css
<style>
span { border-color: #CF584E; }
span { border-color: rgb(207,88,78); }
td.TdClassName
{
border-color: #CF584E;
}
.TagClassName
{
border-color: #CF584E;
}
</style>