Shades of Valencia #CC5149
Tints of Valencia #CC5149
RGB
CMYK
RGB Variations
Color information
#CC5149 (or 0xCC5149) is known color: Valencia. HEX triplet: CC, 51 and 49. RGB value is (204,81,73). Sum of RGB (Red+Green+Blue) = 204+81+73=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5149 is #33AEB6. Grayscale: #757575. Windows color (decimal): -3387063 or 4805068. OLE color: 4805068.
HSL color Cylindrical-coordinate representation of color #CC5149: hue angle of 3.66º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5149 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 73 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.2 |
| HSL | 3.66º | 0.56% | 0.54% | - |
| HSV(B) | 3.66º | 0.64% | 0.8% | - |
| XYZ | 29.05 | 19.2 | 8.48 | - |
| YUV | 116.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 73 | 0 | 0.60 | 0.64 | 0.2 | 3.66 | 0.56 | 0.54 |
| Hex | CC | 51 | 49 | 0 | 3C | 40 | 14 | 4 | 38 | 36 |
| Octal | 314 | 121 | 111 | 0 | 74 | 100 | 24 | 4 | 70 | 66 |
| Binary | 11001100 | 1010001 | 1001001 | 0 | 111100 | 1000000 | 10100 | 100 | 111000 | 110110 |
Color Harmonies of #CC5149
Complementary color
Monochromatic Colors of #CC5149
Black with #CC5149
Text Example
Text Example
White with #CC5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5149; }
p { color: rgb(204,81,73); }
H1.HeaderClassName
{
color: #CC5149;
}
.AnyTagClassName
{
color: #CC5149;
}
</style>
background-color css
<style>
a { background-color: #CC5149; }
a { background-color: rgb(204,81,73); }
div.DivClassName
{
background-color: #CC5149;
}
.BgClassName
{
background-color: #CC5149;
}
</style>
border-color css
<style>
span { border-color: #CC5149; }
span { border-color: rgb(204,81,73); }
td.TdClassName
{
border-color: #CC5149;
}
.TagClassName
{
border-color: #CC5149;
}
</style>