Shades of Valencia #CF5551
Tints of Valencia #CF5551
RGB
CMYK
RGB Variations
Color information
#CF5551 (or 0xCF5551) is known color: Valencia. HEX triplet: CF, 55 and 51. RGB value is (207,85,81). Sum of RGB (Red+Green+Blue) = 207+85+81=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5551 is #30AAAE. Grayscale: #797979. Windows color (decimal): -3189423 or 5330383. OLE color: 5330383.
HSL color Cylindrical-coordinate representation of color #CF5551: hue angle of 1.9º 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 #CF5551 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 81 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.19 |
| HSL | 1.9º | 0.57% | 0.56% | - |
| HSV(B) | 1.9º | 0.61% | 0.81% | - |
| XYZ | 30.47 | 20.36 | 10.11 | - |
| YUV | 121.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 81 | 0 | 0.59 | 0.61 | 0.19 | 1.9 | 0.57 | 0.56 |
| Hex | CF | 55 | 51 | 0 | 3B | 3D | 13 | 2 | 39 | 38 |
| Octal | 317 | 125 | 121 | 0 | 73 | 75 | 23 | 2 | 71 | 70 |
| Binary | 11001111 | 1010101 | 1010001 | 0 | 111011 | 111101 | 10011 | 10 | 111001 | 111000 |
Color Harmonies of #CF5551
Complementary color
Monochromatic Colors of #CF5551
Black with #CF5551
Text Example
Text Example
White with #CF5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5551; }
p { color: rgb(207,85,81); }
H1.HeaderClassName
{
color: #CF5551;
}
.AnyTagClassName
{
color: #CF5551;
}
</style>
background-color css
<style>
a { background-color: #CF5551; }
a { background-color: rgb(207,85,81); }
div.DivClassName
{
background-color: #CF5551;
}
.BgClassName
{
background-color: #CF5551;
}
</style>
border-color css
<style>
span { border-color: #CF5551; }
span { border-color: rgb(207,85,81); }
td.TdClassName
{
border-color: #CF5551;
}
.TagClassName
{
border-color: #CF5551;
}
</style>