Shades of Valencia #CA584F
Tints of Valencia #CA584F
RGB
CMYK
RGB Variations
Color information
#CA584F (or 0xCA584F) is known color: Valencia. HEX triplet: CA, 58 and 4F. RGB value is (202,88,79). Sum of RGB (Red+Green+Blue) = 202+88+79=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA584F is #35A7B0. Grayscale: #797979. Windows color (decimal): -3516337 or 5200074. OLE color: 5200074.
HSL color Cylindrical-coordinate representation of color #CA584F: hue angle of 4.39º 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 #CA584F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 79 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.21 |
| HSL | 4.39º | 0.54% | 0.55% | - |
| HSV(B) | 4.39º | 0.61% | 0.79% | - |
| XYZ | 29.26 | 20.1 | 9.73 | - |
| YUV | 121.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 79 | 0 | 0.56 | 0.61 | 0.21 | 4.39 | 0.54 | 0.55 |
| Hex | CA | 58 | 4F | 0 | 38 | 3D | 15 | 4 | 36 | 37 |
| Octal | 312 | 130 | 117 | 0 | 70 | 75 | 25 | 4 | 66 | 67 |
| Binary | 11001010 | 1011000 | 1001111 | 0 | 111000 | 111101 | 10101 | 100 | 110110 | 110111 |
Color Harmonies of #CA584F
Complementary color
Monochromatic Colors of #CA584F
Black with #CA584F
Text Example
Text Example
White with #CA584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA584F; }
p { color: rgb(202,88,79); }
H1.HeaderClassName
{
color: #CA584F;
}
.AnyTagClassName
{
color: #CA584F;
}
</style>
background-color css
<style>
a { background-color: #CA584F; }
a { background-color: rgb(202,88,79); }
div.DivClassName
{
background-color: #CA584F;
}
.BgClassName
{
background-color: #CA584F;
}
</style>
border-color css
<style>
span { border-color: #CA584F; }
span { border-color: rgb(202,88,79); }
td.TdClassName
{
border-color: #CA584F;
}
.TagClassName
{
border-color: #CA584F;
}
</style>