Shades of Valencia #CF5A54
Tints of Valencia #CF5A54
RGB
CMYK
RGB Variations
Color information
#CF5A54 (or 0xCF5A54) is known color: Valencia. HEX triplet: CF, 5A and 54. RGB value is (207,90,84). Sum of RGB (Red+Green+Blue) = 207+90+84=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A54 is #30A5AB. Grayscale: #7C7C7C. Windows color (decimal): -3188140 or 5528271. OLE color: 5528271.
HSL color Cylindrical-coordinate representation of color #CF5A54: hue angle of 2.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5A54 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 84 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.19 |
| HSL | 2.93º | 0.56% | 0.57% | - |
| HSV(B) | 2.93º | 0.59% | 0.81% | - |
| XYZ | 30.99 | 21.22 | 10.85 | - |
| YUV | 124.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 84 | 0 | 0.57 | 0.59 | 0.19 | 2.93 | 0.56 | 0.57 |
| Hex | CF | 5A | 54 | 0 | 39 | 3B | 13 | 3 | 38 | 39 |
| Octal | 317 | 132 | 124 | 0 | 71 | 73 | 23 | 3 | 70 | 71 |
| Binary | 11001111 | 1011010 | 1010100 | 0 | 111001 | 111011 | 10011 | 11 | 111000 | 111001 |
Color Harmonies of #CF5A54
Complementary color
Monochromatic Colors of #CF5A54
Black with #CF5A54
Text Example
Text Example
White with #CF5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A54; }
p { color: rgb(207,90,84); }
H1.HeaderClassName
{
color: #CF5A54;
}
.AnyTagClassName
{
color: #CF5A54;
}
</style>
background-color css
<style>
a { background-color: #CF5A54; }
a { background-color: rgb(207,90,84); }
div.DivClassName
{
background-color: #CF5A54;
}
.BgClassName
{
background-color: #CF5A54;
}
</style>
border-color css
<style>
span { border-color: #CF5A54; }
span { border-color: rgb(207,90,84); }
td.TdClassName
{
border-color: #CF5A54;
}
.TagClassName
{
border-color: #CF5A54;
}
</style>