Shades of Valencia #CC584E
Tints of Valencia #CC584E
RGB
CMYK
RGB Variations
Color information
#CC584E (or 0xCC584E) is known color: Valencia. HEX triplet: CC, 58 and 4E. RGB value is (204,88,78). Sum of RGB (Red+Green+Blue) = 204+88+78=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC584E is #33A7B1. Grayscale: #797979. Windows color (decimal): -3385266 or 5134540. OLE color: 5134540.
HSL color Cylindrical-coordinate representation of color #CC584E: hue angle of 4.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC584E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 78 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.2 |
| HSL | 4.76º | 0.55% | 0.55% | - |
| HSV(B) | 4.76º | 0.62% | 0.8% | - |
| XYZ | 29.77 | 20.37 | 9.57 | - |
| YUV | 121.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 78 | 0 | 0.57 | 0.62 | 0.2 | 4.76 | 0.55 | 0.55 |
| Hex | CC | 58 | 4E | 0 | 39 | 3E | 14 | 5 | 37 | 37 |
| Octal | 314 | 130 | 116 | 0 | 71 | 76 | 24 | 5 | 67 | 67 |
| Binary | 11001100 | 1011000 | 1001110 | 0 | 111001 | 111110 | 10100 | 101 | 110111 | 110111 |
Color Harmonies of #CC584E
Complementary color
Monochromatic Colors of #CC584E
Black with #CC584E
Text Example
Text Example
White with #CC584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC584E; }
p { color: rgb(204,88,78); }
H1.HeaderClassName
{
color: #CC584E;
}
.AnyTagClassName
{
color: #CC584E;
}
</style>
background-color css
<style>
a { background-color: #CC584E; }
a { background-color: rgb(204,88,78); }
div.DivClassName
{
background-color: #CC584E;
}
.BgClassName
{
background-color: #CC584E;
}
</style>
border-color css
<style>
span { border-color: #CC584E; }
span { border-color: rgb(204,88,78); }
td.TdClassName
{
border-color: #CC584E;
}
.TagClassName
{
border-color: #CC584E;
}
</style>