Shades of Valencia #CF524D
Tints of Valencia #CF524D
RGB
CMYK
RGB Variations
Color information
#CF524D (or 0xCF524D) is known color: Valencia. HEX triplet: CF, 52 and 4D. RGB value is (207,82,77). Sum of RGB (Red+Green+Blue) = 207+82+77=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF524D is #30ADB2. Grayscale: #767676. Windows color (decimal): -3190195 or 5067471. OLE color: 5067471.
HSL color Cylindrical-coordinate representation of color #CF524D: hue angle of 2.31º 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 #CF524D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 77 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.19 |
| HSL | 2.31º | 0.58% | 0.56% | - |
| HSV(B) | 2.31º | 0.63% | 0.81% | - |
| XYZ | 30.09 | 19.84 | 9.26 | - |
| YUV | 118.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 77 | 0 | 0.60 | 0.63 | 0.19 | 2.31 | 0.58 | 0.56 |
| Hex | CF | 52 | 4D | 0 | 3C | 3F | 13 | 2 | 3A | 38 |
| Octal | 317 | 122 | 115 | 0 | 74 | 77 | 23 | 2 | 72 | 70 |
| Binary | 11001111 | 1010010 | 1001101 | 0 | 111100 | 111111 | 10011 | 10 | 111010 | 111000 |
Color Harmonies of #CF524D
Complementary color
Monochromatic Colors of #CF524D
Black with #CF524D
Text Example
Text Example
White with #CF524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF524D; }
p { color: rgb(207,82,77); }
H1.HeaderClassName
{
color: #CF524D;
}
.AnyTagClassName
{
color: #CF524D;
}
</style>
background-color css
<style>
a { background-color: #CF524D; }
a { background-color: rgb(207,82,77); }
div.DivClassName
{
background-color: #CF524D;
}
.BgClassName
{
background-color: #CF524D;
}
</style>
border-color css
<style>
span { border-color: #CF524D; }
span { border-color: rgb(207,82,77); }
td.TdClassName
{
border-color: #CF524D;
}
.TagClassName
{
border-color: #CF524D;
}
</style>