Shades of Valencia #CF4F46
Tints of Valencia #CF4F46
RGB
CMYK
RGB Variations
Color information
#CF4F46 (or 0xCF4F46) is known color: Valencia. HEX triplet: CF, 4F and 46. RGB value is (207,79,70). Sum of RGB (Red+Green+Blue) = 207+79+70=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F46 is #30B0B9. Grayscale: #747474. Windows color (decimal): -3190970 or 4607951. OLE color: 4607951.
HSL color Cylindrical-coordinate representation of color #CF4F46: hue angle of 3.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4F46 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 70 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.19 |
| HSL | 3.94º | 0.59% | 0.54% | - |
| HSV(B) | 3.94º | 0.66% | 0.81% | - |
| XYZ | 29.63 | 19.3 | 7.96 | - |
| YUV | 116.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 70 | 0 | 0.62 | 0.66 | 0.19 | 3.94 | 0.59 | 0.54 |
| Hex | CF | 4F | 46 | 0 | 3E | 42 | 13 | 4 | 3B | 36 |
| Octal | 317 | 117 | 106 | 0 | 76 | 102 | 23 | 4 | 73 | 66 |
| Binary | 11001111 | 1001111 | 1000110 | 0 | 111110 | 1000010 | 10011 | 100 | 111011 | 110110 |
Color Harmonies of #CF4F46
Complementary color
Monochromatic Colors of #CF4F46
Black with #CF4F46
Text Example
Text Example
White with #CF4F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F46; }
p { color: rgb(207,79,70); }
H1.HeaderClassName
{
color: #CF4F46;
}
.AnyTagClassName
{
color: #CF4F46;
}
</style>
background-color css
<style>
a { background-color: #CF4F46; }
a { background-color: rgb(207,79,70); }
div.DivClassName
{
background-color: #CF4F46;
}
.BgClassName
{
background-color: #CF4F46;
}
</style>
border-color css
<style>
span { border-color: #CF4F46; }
span { border-color: rgb(207,79,70); }
td.TdClassName
{
border-color: #CF4F46;
}
.TagClassName
{
border-color: #CF4F46;
}
</style>