Shades of Valencia #CF534D
Tints of Valencia #CF534D
RGB
CMYK
RGB Variations
Color information
#CF534D (or 0xCF534D) is known color: Valencia. HEX triplet: CF, 53 and 4D. RGB value is (207,83,77). Sum of RGB (Red+Green+Blue) = 207+83+77=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF534D is #30ACB2. Grayscale: #777777. Windows color (decimal): -3189939 or 5067727. OLE color: 5067727.
HSL color Cylindrical-coordinate representation of color #CF534D: hue angle of 2.77º 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 #CF534D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 77 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.19 |
| HSL | 2.77º | 0.58% | 0.56% | - |
| HSV(B) | 2.77º | 0.63% | 0.81% | - |
| XYZ | 30.16 | 19.99 | 9.29 | - |
| YUV | 119.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 77 | 0 | 0.60 | 0.63 | 0.19 | 2.77 | 0.58 | 0.56 |
| Hex | CF | 53 | 4D | 0 | 3C | 3F | 13 | 3 | 3A | 38 |
| Octal | 317 | 123 | 115 | 0 | 74 | 77 | 23 | 3 | 72 | 70 |
| Binary | 11001111 | 1010011 | 1001101 | 0 | 111100 | 111111 | 10011 | 11 | 111010 | 111000 |
Color Harmonies of #CF534D
Complementary color
Monochromatic Colors of #CF534D
Black with #CF534D
Text Example
Text Example
White with #CF534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF534D; }
p { color: rgb(207,83,77); }
H1.HeaderClassName
{
color: #CF534D;
}
.AnyTagClassName
{
color: #CF534D;
}
</style>
background-color css
<style>
a { background-color: #CF534D; }
a { background-color: rgb(207,83,77); }
div.DivClassName
{
background-color: #CF534D;
}
.BgClassName
{
background-color: #CF534D;
}
</style>
border-color css
<style>
span { border-color: #CF534D; }
span { border-color: rgb(207,83,77); }
td.TdClassName
{
border-color: #CF534D;
}
.TagClassName
{
border-color: #CF534D;
}
</style>