Shades of Valencia #CF524C
Tints of Valencia #CF524C
RGB
CMYK
RGB Variations
Color information
#CF524C (or 0xCF524C) is known color: Valencia. HEX triplet: CF, 52 and 4C. RGB value is (207,82,76). Sum of RGB (Red+Green+Blue) = 207+82+76=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF524C is #30ADB3. Grayscale: #767676. Windows color (decimal): -3190196 or 5001935. OLE color: 5001935.
HSL color Cylindrical-coordinate representation of color #CF524C: hue angle of 2.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF524C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 76 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.19 |
| HSL | 2.75º | 0.58% | 0.55% | - |
| HSV(B) | 2.75º | 0.63% | 0.81% | - |
| XYZ | 30.05 | 19.82 | 9.08 | - |
| YUV | 118.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 76 | 0 | 0.60 | 0.63 | 0.19 | 2.75 | 0.58 | 0.55 |
| Hex | CF | 52 | 4C | 0 | 3C | 3F | 13 | 3 | 3A | 37 |
| Octal | 317 | 122 | 114 | 0 | 74 | 77 | 23 | 3 | 72 | 67 |
| Binary | 11001111 | 1010010 | 1001100 | 0 | 111100 | 111111 | 10011 | 11 | 111010 | 110111 |
Color Harmonies of #CF524C
Complementary color
Monochromatic Colors of #CF524C
Black with #CF524C
Text Example
Text Example
White with #CF524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF524C; }
p { color: rgb(207,82,76); }
H1.HeaderClassName
{
color: #CF524C;
}
.AnyTagClassName
{
color: #CF524C;
}
</style>
background-color css
<style>
a { background-color: #CF524C; }
a { background-color: rgb(207,82,76); }
div.DivClassName
{
background-color: #CF524C;
}
.BgClassName
{
background-color: #CF524C;
}
</style>
border-color css
<style>
span { border-color: #CF524C; }
span { border-color: rgb(207,82,76); }
td.TdClassName
{
border-color: #CF524C;
}
.TagClassName
{
border-color: #CF524C;
}
</style>