Shades of Valencia #CF5D4E
Tints of Valencia #CF5D4E
RGB
CMYK
RGB Variations
Color information
#CF5D4E (or 0xCF5D4E) is known color: Valencia. HEX triplet: CF, 5D and 4E. RGB value is (207,93,78). Sum of RGB (Red+Green+Blue) = 207+93+78=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D4E is #30A2B1. Grayscale: #7D7D7D. Windows color (decimal): -3187378 or 5135823. OLE color: 5135823.
HSL color Cylindrical-coordinate representation of color #CF5D4E: hue angle of 6.98º 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 #CF5D4E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 78 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.19 |
| HSL | 6.98º | 0.57% | 0.56% | - |
| HSV(B) | 6.98º | 0.62% | 0.81% | - |
| XYZ | 31.02 | 21.64 | 9.75 | - |
| YUV | 125.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 78 | 0 | 0.55 | 0.62 | 0.19 | 6.98 | 0.57 | 0.56 |
| Hex | CF | 5D | 4E | 0 | 37 | 3E | 13 | 7 | 39 | 38 |
| Octal | 317 | 135 | 116 | 0 | 67 | 76 | 23 | 7 | 71 | 70 |
| Binary | 11001111 | 1011101 | 1001110 | 0 | 110111 | 111110 | 10011 | 111 | 111001 | 111000 |
Color Harmonies of #CF5D4E
Complementary color
Monochromatic Colors of #CF5D4E
Black with #CF5D4E
Text Example
Text Example
White with #CF5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D4E; }
p { color: rgb(207,93,78); }
H1.HeaderClassName
{
color: #CF5D4E;
}
.AnyTagClassName
{
color: #CF5D4E;
}
</style>
background-color css
<style>
a { background-color: #CF5D4E; }
a { background-color: rgb(207,93,78); }
div.DivClassName
{
background-color: #CF5D4E;
}
.BgClassName
{
background-color: #CF5D4E;
}
</style>
border-color css
<style>
span { border-color: #CF5D4E; }
span { border-color: rgb(207,93,78); }
td.TdClassName
{
border-color: #CF5D4E;
}
.TagClassName
{
border-color: #CF5D4E;
}
</style>