Shades of Valencia #CF5148
Tints of Valencia #CF5148
RGB
CMYK
RGB Variations
Color information
#CF5148 (or 0xCF5148) is known color: Valencia. HEX triplet: CF, 51 and 48. RGB value is (207,81,72). Sum of RGB (Red+Green+Blue) = 207+81+72=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5148 is #30AEB7. Grayscale: #757575. Windows color (decimal): -3190456 or 4739535. OLE color: 4739535.
HSL color Cylindrical-coordinate representation of color #CF5148: hue angle of 4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5148 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 72 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.19 |
| HSL | 4º | 0.58% | 0.55% | - |
| HSV(B) | 4º | 0.65% | 0.81% | - |
| XYZ | 29.84 | 19.62 | 8.34 | - |
| YUV | 117.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 72 | 0 | 0.61 | 0.65 | 0.19 | 4 | 0.58 | 0.55 |
| Hex | CF | 51 | 48 | 0 | 3D | 41 | 13 | 4 | 3A | 37 |
| Octal | 317 | 121 | 110 | 0 | 75 | 101 | 23 | 4 | 72 | 67 |
| Binary | 11001111 | 1010001 | 1001000 | 0 | 111101 | 1000001 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CF5148
Complementary color
Monochromatic Colors of #CF5148
Black with #CF5148
Text Example
Text Example
White with #CF5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5148; }
p { color: rgb(207,81,72); }
H1.HeaderClassName
{
color: #CF5148;
}
.AnyTagClassName
{
color: #CF5148;
}
</style>
background-color css
<style>
a { background-color: #CF5148; }
a { background-color: rgb(207,81,72); }
div.DivClassName
{
background-color: #CF5148;
}
.BgClassName
{
background-color: #CF5148;
}
</style>
border-color css
<style>
span { border-color: #CF5148; }
span { border-color: rgb(207,81,72); }
td.TdClassName
{
border-color: #CF5148;
}
.TagClassName
{
border-color: #CF5148;
}
</style>