Shades of Valencia #CA594F
Tints of Valencia #CA594F
RGB
CMYK
RGB Variations
Color information
#CA594F (or 0xCA594F) is known color: Valencia. HEX triplet: CA, 59 and 4F. RGB value is (202,89,79). Sum of RGB (Red+Green+Blue) = 202+89+79=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA594F is #35A6B0. Grayscale: #797979. Windows color (decimal): -3516081 or 5200330. OLE color: 5200330.
HSL color Cylindrical-coordinate representation of color #CA594F: hue angle of 4.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA594F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 79 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.21 |
| HSL | 4.88º | 0.54% | 0.55% | - |
| HSV(B) | 4.88º | 0.61% | 0.79% | - |
| XYZ | 29.34 | 20.27 | 9.76 | - |
| YUV | 121.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 79 | 0 | 0.56 | 0.61 | 0.21 | 4.88 | 0.54 | 0.55 |
| Hex | CA | 59 | 4F | 0 | 38 | 3D | 15 | 5 | 36 | 37 |
| Octal | 312 | 131 | 117 | 0 | 70 | 75 | 25 | 5 | 66 | 67 |
| Binary | 11001010 | 1011001 | 1001111 | 0 | 111000 | 111101 | 10101 | 101 | 110110 | 110111 |
Color Harmonies of #CA594F
Complementary color
Monochromatic Colors of #CA594F
Black with #CA594F
Text Example
Text Example
White with #CA594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA594F; }
p { color: rgb(202,89,79); }
H1.HeaderClassName
{
color: #CA594F;
}
.AnyTagClassName
{
color: #CA594F;
}
</style>
background-color css
<style>
a { background-color: #CA594F; }
a { background-color: rgb(202,89,79); }
div.DivClassName
{
background-color: #CA594F;
}
.BgClassName
{
background-color: #CA594F;
}
</style>
border-color css
<style>
span { border-color: #CA594F; }
span { border-color: rgb(202,89,79); }
td.TdClassName
{
border-color: #CA594F;
}
.TagClassName
{
border-color: #CA594F;
}
</style>