Shades of Valencia #CF5550
Tints of Valencia #CF5550
RGB
CMYK
RGB Variations
Color information
#CF5550 (or 0xCF5550) is known color: Valencia. HEX triplet: CF, 55 and 50. RGB value is (207,85,80). Sum of RGB (Red+Green+Blue) = 207+85+80=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5550 is #30AAAF. Grayscale: #797979. Windows color (decimal): -3189424 or 5264847. OLE color: 5264847.
HSL color Cylindrical-coordinate representation of color #CF5550: hue angle of 2.36º 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 #CF5550 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 80 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.19 |
| HSL | 2.36º | 0.57% | 0.56% | - |
| HSV(B) | 2.36º | 0.61% | 0.81% | - |
| XYZ | 30.43 | 20.34 | 9.91 | - |
| YUV | 120.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 80 | 0 | 0.59 | 0.61 | 0.19 | 2.36 | 0.57 | 0.56 |
| Hex | CF | 55 | 50 | 0 | 3B | 3D | 13 | 2 | 39 | 38 |
| Octal | 317 | 125 | 120 | 0 | 73 | 75 | 23 | 2 | 71 | 70 |
| Binary | 11001111 | 1010101 | 1010000 | 0 | 111011 | 111101 | 10011 | 10 | 111001 | 111000 |
Color Harmonies of #CF5550
Complementary color
Monochromatic Colors of #CF5550
Black with #CF5550
Text Example
Text Example
White with #CF5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5550; }
p { color: rgb(207,85,80); }
H1.HeaderClassName
{
color: #CF5550;
}
.AnyTagClassName
{
color: #CF5550;
}
</style>
background-color css
<style>
a { background-color: #CF5550; }
a { background-color: rgb(207,85,80); }
div.DivClassName
{
background-color: #CF5550;
}
.BgClassName
{
background-color: #CF5550;
}
</style>
border-color css
<style>
span { border-color: #CF5550; }
span { border-color: rgb(207,85,80); }
td.TdClassName
{
border-color: #CF5550;
}
.TagClassName
{
border-color: #CF5550;
}
</style>