Shades of Valencia #CF4E4A
Tints of Valencia #CF4E4A
RGB
CMYK
RGB Variations
Color information
#CF4E4A (or 0xCF4E4A) is known color: Valencia. HEX triplet: CF, 4E and 4A. RGB value is (207,78,74). Sum of RGB (Red+Green+Blue) = 207+78+74=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E4A is #30B1B5. Grayscale: #747474. Windows color (decimal): -3191222 or 4869839. OLE color: 4869839.
HSL color Cylindrical-coordinate representation of color #CF4E4A: hue angle of 1.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4E4A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 74 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.19 |
| HSL | 1.8º | 0.58% | 0.55% | - |
| HSV(B) | 1.8º | 0.64% | 0.81% | - |
| XYZ | 29.69 | 19.21 | 8.62 | - |
| YUV | 116.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 74 | 0 | 0.62 | 0.64 | 0.19 | 1.8 | 0.58 | 0.55 |
| Hex | CF | 4E | 4A | 0 | 3E | 40 | 13 | 2 | 3A | 37 |
| Octal | 317 | 116 | 112 | 0 | 76 | 100 | 23 | 2 | 72 | 67 |
| Binary | 11001111 | 1001110 | 1001010 | 0 | 111110 | 1000000 | 10011 | 10 | 111010 | 110111 |
Color Harmonies of #CF4E4A
Complementary color
Monochromatic Colors of #CF4E4A
Black with #CF4E4A
Text Example
Text Example
White with #CF4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E4A; }
p { color: rgb(207,78,74); }
H1.HeaderClassName
{
color: #CF4E4A;
}
.AnyTagClassName
{
color: #CF4E4A;
}
</style>
background-color css
<style>
a { background-color: #CF4E4A; }
a { background-color: rgb(207,78,74); }
div.DivClassName
{
background-color: #CF4E4A;
}
.BgClassName
{
background-color: #CF4E4A;
}
</style>
border-color css
<style>
span { border-color: #CF4E4A; }
span { border-color: rgb(207,78,74); }
td.TdClassName
{
border-color: #CF4E4A;
}
.TagClassName
{
border-color: #CF4E4A;
}
</style>