Shades of Valencia #CF544D
Tints of Valencia #CF544D
RGB
CMYK
RGB Variations
Color information
#CF544D (or 0xCF544D) is known color: Valencia. HEX triplet: CF, 54 and 4D. RGB value is (207,84,77). Sum of RGB (Red+Green+Blue) = 207+84+77=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF544D is #30ABB2. Grayscale: #787878. Windows color (decimal): -3189683 or 5067983. OLE color: 5067983.
HSL color Cylindrical-coordinate representation of color #CF544D: hue angle of 3.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF544D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 77 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.19 |
| HSL | 3.23º | 0.58% | 0.56% | - |
| HSV(B) | 3.23º | 0.63% | 0.81% | - |
| XYZ | 30.24 | 20.14 | 9.32 | - |
| YUV | 119.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 77 | 0 | 0.59 | 0.63 | 0.19 | 3.23 | 0.58 | 0.56 |
| Hex | CF | 54 | 4D | 0 | 3B | 3F | 13 | 3 | 3A | 38 |
| Octal | 317 | 124 | 115 | 0 | 73 | 77 | 23 | 3 | 72 | 70 |
| Binary | 11001111 | 1010100 | 1001101 | 0 | 111011 | 111111 | 10011 | 11 | 111010 | 111000 |
Color Harmonies of #CF544D
Complementary color
Monochromatic Colors of #CF544D
Black with #CF544D
Text Example
Text Example
White with #CF544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF544D; }
p { color: rgb(207,84,77); }
H1.HeaderClassName
{
color: #CF544D;
}
.AnyTagClassName
{
color: #CF544D;
}
</style>
background-color css
<style>
a { background-color: #CF544D; }
a { background-color: rgb(207,84,77); }
div.DivClassName
{
background-color: #CF544D;
}
.BgClassName
{
background-color: #CF544D;
}
</style>
border-color css
<style>
span { border-color: #CF544D; }
span { border-color: rgb(207,84,77); }
td.TdClassName
{
border-color: #CF544D;
}
.TagClassName
{
border-color: #CF544D;
}
</style>