Shades of Valencia #C9584D
Tints of Valencia #C9584D
RGB
CMYK
RGB Variations
Color information
#C9584D (or 0xC9584D) is known color: Valencia. HEX triplet: C9, 58 and 4D. RGB value is (201,88,77). Sum of RGB (Red+Green+Blue) = 201+88+77=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9584D is #36A7B2. Grayscale: #787878. Windows color (decimal): -3581875 or 5069001. OLE color: 5069001.
HSL color Cylindrical-coordinate representation of color #C9584D: hue angle of 5.32º 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 #C9584D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 77 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.21 |
| HSL | 5.32º | 0.53% | 0.55% | - |
| HSV(B) | 5.32º | 0.62% | 0.79% | - |
| XYZ | 28.92 | 19.93 | 9.34 | - |
| YUV | 120.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 77 | 0 | 0.56 | 0.62 | 0.21 | 5.32 | 0.53 | 0.55 |
| Hex | C9 | 58 | 4D | 0 | 38 | 3E | 15 | 5 | 35 | 37 |
| Octal | 311 | 130 | 115 | 0 | 70 | 76 | 25 | 5 | 65 | 67 |
| Binary | 11001001 | 1011000 | 1001101 | 0 | 111000 | 111110 | 10101 | 101 | 110101 | 110111 |
Color Harmonies of #C9584D
Complementary color
Monochromatic Colors of #C9584D
Black with #C9584D
Text Example
Text Example
White with #C9584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9584D; }
p { color: rgb(201,88,77); }
H1.HeaderClassName
{
color: #C9584D;
}
.AnyTagClassName
{
color: #C9584D;
}
</style>
background-color css
<style>
a { background-color: #C9584D; }
a { background-color: rgb(201,88,77); }
div.DivClassName
{
background-color: #C9584D;
}
.BgClassName
{
background-color: #C9584D;
}
</style>
border-color css
<style>
span { border-color: #C9584D; }
span { border-color: rgb(201,88,77); }
td.TdClassName
{
border-color: #C9584D;
}
.TagClassName
{
border-color: #C9584D;
}
</style>