Shades of Valencia #C9574D
Tints of Valencia #C9574D
RGB
CMYK
RGB Variations
Color information
#C9574D (or 0xC9574D) is known color: Valencia. HEX triplet: C9, 57 and 4D. RGB value is (201,87,77). Sum of RGB (Red+Green+Blue) = 201+87+77=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9574D is #36A8B2. Grayscale: #787878. Windows color (decimal): -3582131 or 5068745. OLE color: 5068745.
HSL color Cylindrical-coordinate representation of color #C9574D: hue angle of 4.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9574D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 77 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.21 |
| HSL | 4.84º | 0.53% | 0.55% | - |
| HSV(B) | 4.84º | 0.62% | 0.79% | - |
| XYZ | 28.84 | 19.77 | 9.32 | - |
| YUV | 119.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 77 | 0 | 0.57 | 0.62 | 0.21 | 4.84 | 0.53 | 0.55 |
| Hex | C9 | 57 | 4D | 0 | 39 | 3E | 15 | 5 | 35 | 37 |
| Octal | 311 | 127 | 115 | 0 | 71 | 76 | 25 | 5 | 65 | 67 |
| Binary | 11001001 | 1010111 | 1001101 | 0 | 111001 | 111110 | 10101 | 101 | 110101 | 110111 |
Color Harmonies of #C9574D
Complementary color
Monochromatic Colors of #C9574D
Black with #C9574D
Text Example
Text Example
White with #C9574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9574D; }
p { color: rgb(201,87,77); }
H1.HeaderClassName
{
color: #C9574D;
}
.AnyTagClassName
{
color: #C9574D;
}
</style>
background-color css
<style>
a { background-color: #C9574D; }
a { background-color: rgb(201,87,77); }
div.DivClassName
{
background-color: #C9574D;
}
.BgClassName
{
background-color: #C9574D;
}
</style>
border-color css
<style>
span { border-color: #C9574D; }
span { border-color: rgb(201,87,77); }
td.TdClassName
{
border-color: #C9574D;
}
.TagClassName
{
border-color: #C9574D;
}
</style>