Shades of Valencia #CF4D45
Tints of Valencia #CF4D45
RGB
CMYK
RGB Variations
Color information
#CF4D45 (or 0xCF4D45) is known color: Valencia. HEX triplet: CF, 4D and 45. RGB value is (207,77,69). Sum of RGB (Red+Green+Blue) = 207+77+69=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D45 is #30B2BA. Grayscale: #737373. Windows color (decimal): -3191483 or 4541903. OLE color: 4541903.
HSL color Cylindrical-coordinate representation of color #CF4D45: hue angle of 3.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4D45 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 69 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.19 |
| HSL | 3.48º | 0.59% | 0.54% | - |
| HSV(B) | 3.48º | 0.67% | 0.81% | - |
| XYZ | 29.46 | 19 | 7.75 | - |
| YUV | 114.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 69 | 0 | 0.63 | 0.67 | 0.19 | 3.48 | 0.59 | 0.54 |
| Hex | CF | 4D | 45 | 0 | 3F | 43 | 13 | 3 | 3B | 36 |
| Octal | 317 | 115 | 105 | 0 | 77 | 103 | 23 | 3 | 73 | 66 |
| Binary | 11001111 | 1001101 | 1000101 | 0 | 111111 | 1000011 | 10011 | 11 | 111011 | 110110 |
Color Harmonies of #CF4D45
Complementary color
Monochromatic Colors of #CF4D45
Black with #CF4D45
Text Example
Text Example
White with #CF4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D45; }
p { color: rgb(207,77,69); }
H1.HeaderClassName
{
color: #CF4D45;
}
.AnyTagClassName
{
color: #CF4D45;
}
</style>
background-color css
<style>
a { background-color: #CF4D45; }
a { background-color: rgb(207,77,69); }
div.DivClassName
{
background-color: #CF4D45;
}
.BgClassName
{
background-color: #CF4D45;
}
</style>
border-color css
<style>
span { border-color: #CF4D45; }
span { border-color: rgb(207,77,69); }
td.TdClassName
{
border-color: #CF4D45;
}
.TagClassName
{
border-color: #CF4D45;
}
</style>