Shades of Valencia #CF5A50
Tints of Valencia #CF5A50
RGB
CMYK
RGB Variations
Color information
#CF5A50 (or 0xCF5A50) is known color: Valencia. HEX triplet: CF, 5A and 50. RGB value is (207,90,80). Sum of RGB (Red+Green+Blue) = 207+90+80=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A50 is #30A5AF. Grayscale: #7B7B7B. Windows color (decimal): -3188144 or 5266127. OLE color: 5266127.
HSL color Cylindrical-coordinate representation of color #CF5A50: hue angle of 4.72º 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 #CF5A50 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 80 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.19 |
| HSL | 4.72º | 0.57% | 0.56% | - |
| HSV(B) | 4.72º | 0.61% | 0.81% | - |
| XYZ | 30.84 | 21.16 | 10.05 | - |
| YUV | 123.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 80 | 0 | 0.57 | 0.61 | 0.19 | 4.72 | 0.57 | 0.56 |
| Hex | CF | 5A | 50 | 0 | 39 | 3D | 13 | 5 | 39 | 38 |
| Octal | 317 | 132 | 120 | 0 | 71 | 75 | 23 | 5 | 71 | 70 |
| Binary | 11001111 | 1011010 | 1010000 | 0 | 111001 | 111101 | 10011 | 101 | 111001 | 111000 |
Color Harmonies of #CF5A50
Complementary color
Monochromatic Colors of #CF5A50
Black with #CF5A50
Text Example
Text Example
White with #CF5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A50; }
p { color: rgb(207,90,80); }
H1.HeaderClassName
{
color: #CF5A50;
}
.AnyTagClassName
{
color: #CF5A50;
}
</style>
background-color css
<style>
a { background-color: #CF5A50; }
a { background-color: rgb(207,90,80); }
div.DivClassName
{
background-color: #CF5A50;
}
.BgClassName
{
background-color: #CF5A50;
}
</style>
border-color css
<style>
span { border-color: #CF5A50; }
span { border-color: rgb(207,90,80); }
td.TdClassName
{
border-color: #CF5A50;
}
.TagClassName
{
border-color: #CF5A50;
}
</style>