Shades of Valencia #CF4B46
Tints of Valencia #CF4B46
RGB
CMYK
RGB Variations
Color information
#CF4B46 (or 0xCF4B46) is known color: Valencia. HEX triplet: CF, 4B and 46. RGB value is (207,75,70). Sum of RGB (Red+Green+Blue) = 207+75+70=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B46 is #30B4B9. Grayscale: #727272. Windows color (decimal): -3191994 or 4606927. OLE color: 4606927.
HSL color Cylindrical-coordinate representation of color #CF4B46: hue angle of 2.19º 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 #CF4B46 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 70 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.19 |
| HSL | 2.19º | 0.59% | 0.54% | - |
| HSV(B) | 2.19º | 0.66% | 0.81% | - |
| XYZ | 29.35 | 18.74 | 7.86 | - |
| YUV | 113.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 70 | 0 | 0.64 | 0.66 | 0.19 | 2.19 | 0.59 | 0.54 |
| Hex | CF | 4B | 46 | 0 | 40 | 42 | 13 | 2 | 3B | 36 |
| Octal | 317 | 113 | 106 | 0 | 100 | 102 | 23 | 2 | 73 | 66 |
| Binary | 11001111 | 1001011 | 1000110 | 0 | 1000000 | 1000010 | 10011 | 10 | 111011 | 110110 |
Color Harmonies of #CF4B46
Complementary color
Monochromatic Colors of #CF4B46
Black with #CF4B46
Text Example
Text Example
White with #CF4B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B46; }
p { color: rgb(207,75,70); }
H1.HeaderClassName
{
color: #CF4B46;
}
.AnyTagClassName
{
color: #CF4B46;
}
</style>
background-color css
<style>
a { background-color: #CF4B46; }
a { background-color: rgb(207,75,70); }
div.DivClassName
{
background-color: #CF4B46;
}
.BgClassName
{
background-color: #CF4B46;
}
</style>
border-color css
<style>
span { border-color: #CF4B46; }
span { border-color: rgb(207,75,70); }
td.TdClassName
{
border-color: #CF4B46;
}
.TagClassName
{
border-color: #CF4B46;
}
</style>