Shades of Valencia #CC514C
Tints of Valencia #CC514C
RGB
CMYK
RGB Variations
Color information
#CC514C (or 0xCC514C) is known color: Valencia. HEX triplet: CC, 51 and 4C. RGB value is (204,81,76). Sum of RGB (Red+Green+Blue) = 204+81+76=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC514C is #33AEB3. Grayscale: #757575. Windows color (decimal): -3387060 or 5001676. OLE color: 5001676.
HSL color Cylindrical-coordinate representation of color #CC514C: hue angle of 2.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC514C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 76 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.2 |
| HSL | 2.34º | 0.56% | 0.55% | - |
| HSV(B) | 2.34º | 0.63% | 0.8% | - |
| XYZ | 29.15 | 19.24 | 9.02 | - |
| YUV | 117.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 76 | 0 | 0.60 | 0.63 | 0.2 | 2.34 | 0.56 | 0.55 |
| Hex | CC | 51 | 4C | 0 | 3C | 3F | 14 | 2 | 38 | 37 |
| Octal | 314 | 121 | 114 | 0 | 74 | 77 | 24 | 2 | 70 | 67 |
| Binary | 11001100 | 1010001 | 1001100 | 0 | 111100 | 111111 | 10100 | 10 | 111000 | 110111 |
Color Harmonies of #CC514C
Complementary color
Monochromatic Colors of #CC514C
Black with #CC514C
Text Example
Text Example
White with #CC514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC514C; }
p { color: rgb(204,81,76); }
H1.HeaderClassName
{
color: #CC514C;
}
.AnyTagClassName
{
color: #CC514C;
}
</style>
background-color css
<style>
a { background-color: #CC514C; }
a { background-color: rgb(204,81,76); }
div.DivClassName
{
background-color: #CC514C;
}
.BgClassName
{
background-color: #CC514C;
}
</style>
border-color css
<style>
span { border-color: #CC514C; }
span { border-color: rgb(204,81,76); }
td.TdClassName
{
border-color: #CC514C;
}
.TagClassName
{
border-color: #CC514C;
}
</style>