Shades of Valencia #CF594F
Tints of Valencia #CF594F
RGB
CMYK
RGB Variations
Color information
#CF594F (or 0xCF594F) is known color: Valencia. HEX triplet: CF, 59 and 4F. RGB value is (207,89,79). Sum of RGB (Red+Green+Blue) = 207+89+79=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF594F is #30A6B0. Grayscale: #7B7B7B. Windows color (decimal): -3188401 or 5200335. OLE color: 5200335.
HSL color Cylindrical-coordinate representation of color #CF594F: hue angle of 4.69º 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 #CF594F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 79 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.19 |
| HSL | 4.69º | 0.57% | 0.56% | - |
| HSV(B) | 4.69º | 0.62% | 0.81% | - |
| XYZ | 30.72 | 20.97 | 9.83 | - |
| YUV | 123.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 79 | 0 | 0.57 | 0.62 | 0.19 | 4.69 | 0.57 | 0.56 |
| Hex | CF | 59 | 4F | 0 | 39 | 3E | 13 | 5 | 39 | 38 |
| Octal | 317 | 131 | 117 | 0 | 71 | 76 | 23 | 5 | 71 | 70 |
| Binary | 11001111 | 1011001 | 1001111 | 0 | 111001 | 111110 | 10011 | 101 | 111001 | 111000 |
Color Harmonies of #CF594F
Complementary color
Monochromatic Colors of #CF594F
Black with #CF594F
Text Example
Text Example
White with #CF594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF594F; }
p { color: rgb(207,89,79); }
H1.HeaderClassName
{
color: #CF594F;
}
.AnyTagClassName
{
color: #CF594F;
}
</style>
background-color css
<style>
a { background-color: #CF594F; }
a { background-color: rgb(207,89,79); }
div.DivClassName
{
background-color: #CF594F;
}
.BgClassName
{
background-color: #CF594F;
}
</style>
border-color css
<style>
span { border-color: #CF594F; }
span { border-color: rgb(207,89,79); }
td.TdClassName
{
border-color: #CF594F;
}
.TagClassName
{
border-color: #CF594F;
}
</style>