Shades of Valencia #CF5351
Tints of Valencia #CF5351
RGB
CMYK
RGB Variations
Color information
#CF5351 (or 0xCF5351) is known color: Valencia. HEX triplet: CF, 53 and 51. RGB value is (207,83,81). Sum of RGB (Red+Green+Blue) = 207+83+81=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5351 is #30ACAE. Grayscale: #777777. Windows color (decimal): -3189935 or 5329871. OLE color: 5329871.
HSL color Cylindrical-coordinate representation of color #CF5351: hue angle of 0.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5351 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 81 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.19 |
| HSL | 0.95º | 0.57% | 0.56% | - |
| HSV(B) | 0.95º | 0.61% | 0.81% | - |
| XYZ | 30.31 | 20.05 | 10.06 | - |
| YUV | 119.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 81 | 0 | 0.60 | 0.61 | 0.19 | 0.95 | 0.57 | 0.56 |
| Hex | CF | 53 | 51 | 0 | 3C | 3D | 13 | 1 | 39 | 38 |
| Octal | 317 | 123 | 121 | 0 | 74 | 75 | 23 | 1 | 71 | 70 |
| Binary | 11001111 | 1010011 | 1010001 | 0 | 111100 | 111101 | 10011 | 1 | 111001 | 111000 |
Color Harmonies of #CF5351
Complementary color
Monochromatic Colors of #CF5351
Black with #CF5351
Text Example
Text Example
White with #CF5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5351; }
p { color: rgb(207,83,81); }
H1.HeaderClassName
{
color: #CF5351;
}
.AnyTagClassName
{
color: #CF5351;
}
</style>
background-color css
<style>
a { background-color: #CF5351; }
a { background-color: rgb(207,83,81); }
div.DivClassName
{
background-color: #CF5351;
}
.BgClassName
{
background-color: #CF5351;
}
</style>
border-color css
<style>
span { border-color: #CF5351; }
span { border-color: rgb(207,83,81); }
td.TdClassName
{
border-color: #CF5351;
}
.TagClassName
{
border-color: #CF5351;
}
</style>