Shades of Valencia #CF5048
Tints of Valencia #CF5048
RGB
CMYK
RGB Variations
Color information
#CF5048 (or 0xCF5048) is known color: Valencia. HEX triplet: CF, 50 and 48. RGB value is (207,80,72). Sum of RGB (Red+Green+Blue) = 207+80+72=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5048 is #30AFB7. Grayscale: #757575. Windows color (decimal): -3190712 or 4739279. OLE color: 4739279.
HSL color Cylindrical-coordinate representation of color #CF5048: hue angle of 3.56º 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 #CF5048 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 72 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.19 |
| HSL | 3.56º | 0.58% | 0.55% | - |
| HSV(B) | 3.56º | 0.65% | 0.81% | - |
| XYZ | 29.77 | 19.47 | 8.32 | - |
| YUV | 117.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 72 | 0 | 0.61 | 0.65 | 0.19 | 3.56 | 0.58 | 0.55 |
| Hex | CF | 50 | 48 | 0 | 3D | 41 | 13 | 4 | 3A | 37 |
| Octal | 317 | 120 | 110 | 0 | 75 | 101 | 23 | 4 | 72 | 67 |
| Binary | 11001111 | 1010000 | 1001000 | 0 | 111101 | 1000001 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CF5048
Complementary color
Monochromatic Colors of #CF5048
Black with #CF5048
Text Example
Text Example
White with #CF5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5048; }
p { color: rgb(207,80,72); }
H1.HeaderClassName
{
color: #CF5048;
}
.AnyTagClassName
{
color: #CF5048;
}
</style>
background-color css
<style>
a { background-color: #CF5048; }
a { background-color: rgb(207,80,72); }
div.DivClassName
{
background-color: #CF5048;
}
.BgClassName
{
background-color: #CF5048;
}
</style>
border-color css
<style>
span { border-color: #CF5048; }
span { border-color: rgb(207,80,72); }
td.TdClassName
{
border-color: #CF5048;
}
.TagClassName
{
border-color: #CF5048;
}
</style>