Shades of Valencia #CF574C
Tints of Valencia #CF574C
RGB
CMYK
RGB Variations
Color information
#CF574C (or 0xCF574C) is known color: Valencia. HEX triplet: CF, 57 and 4C. RGB value is (207,87,76). Sum of RGB (Red+Green+Blue) = 207+87+76=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF574C is #30A8B3. Grayscale: #797979. Windows color (decimal): -3188916 or 5003215. OLE color: 5003215.
HSL color Cylindrical-coordinate representation of color #CF574C: hue angle of 5.04º 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 #CF574C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 76 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.19 |
| HSL | 5.04º | 0.58% | 0.55% | - |
| HSV(B) | 5.04º | 0.63% | 0.81% | - |
| XYZ | 30.44 | 20.6 | 9.21 | - |
| YUV | 121.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 76 | 0 | 0.58 | 0.63 | 0.19 | 5.04 | 0.58 | 0.55 |
| Hex | CF | 57 | 4C | 0 | 3A | 3F | 13 | 5 | 3A | 37 |
| Octal | 317 | 127 | 114 | 0 | 72 | 77 | 23 | 5 | 72 | 67 |
| Binary | 11001111 | 1010111 | 1001100 | 0 | 111010 | 111111 | 10011 | 101 | 111010 | 110111 |
Color Harmonies of #CF574C
Complementary color
Monochromatic Colors of #CF574C
Black with #CF574C
Text Example
Text Example
White with #CF574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF574C; }
p { color: rgb(207,87,76); }
H1.HeaderClassName
{
color: #CF574C;
}
.AnyTagClassName
{
color: #CF574C;
}
</style>
background-color css
<style>
a { background-color: #CF574C; }
a { background-color: rgb(207,87,76); }
div.DivClassName
{
background-color: #CF574C;
}
.BgClassName
{
background-color: #CF574C;
}
</style>
border-color css
<style>
span { border-color: #CF574C; }
span { border-color: rgb(207,87,76); }
td.TdClassName
{
border-color: #CF574C;
}
.TagClassName
{
border-color: #CF574C;
}
</style>