Shades of Valencia #CC514A
Tints of Valencia #CC514A
RGB
CMYK
RGB Variations
Color information
#CC514A (or 0xCC514A) is known color: Valencia. HEX triplet: CC, 51 and 4A. RGB value is (204,81,74). Sum of RGB (Red+Green+Blue) = 204+81+74=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC514A is #33AEB5. Grayscale: #757575. Windows color (decimal): -3387062 or 4870604. OLE color: 4870604.
HSL color Cylindrical-coordinate representation of color #CC514A: hue angle of 3.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC514A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 74 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.2 |
| HSL | 3.23º | 0.56% | 0.55% | - |
| HSV(B) | 3.23º | 0.64% | 0.8% | - |
| XYZ | 29.08 | 19.22 | 8.66 | - |
| YUV | 116.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 74 | 0 | 0.60 | 0.64 | 0.2 | 3.23 | 0.56 | 0.55 |
| Hex | CC | 51 | 4A | 0 | 3C | 40 | 14 | 3 | 38 | 37 |
| Octal | 314 | 121 | 112 | 0 | 74 | 100 | 24 | 3 | 70 | 67 |
| Binary | 11001100 | 1010001 | 1001010 | 0 | 111100 | 1000000 | 10100 | 11 | 111000 | 110111 |
Color Harmonies of #CC514A
Complementary color
Monochromatic Colors of #CC514A
Black with #CC514A
Text Example
Text Example
White with #CC514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC514A; }
p { color: rgb(204,81,74); }
H1.HeaderClassName
{
color: #CC514A;
}
.AnyTagClassName
{
color: #CC514A;
}
</style>
background-color css
<style>
a { background-color: #CC514A; }
a { background-color: rgb(204,81,74); }
div.DivClassName
{
background-color: #CC514A;
}
.BgClassName
{
background-color: #CC514A;
}
</style>
border-color css
<style>
span { border-color: #CC514A; }
span { border-color: rgb(204,81,74); }
td.TdClassName
{
border-color: #CC514A;
}
.TagClassName
{
border-color: #CC514A;
}
</style>