Shades of Valencia #CC5147
Tints of Valencia #CC5147
RGB
CMYK
RGB Variations
Color information
#CC5147 (or 0xCC5147) is known color: Valencia. HEX triplet: CC, 51 and 47. RGB value is (204,81,71). Sum of RGB (Red+Green+Blue) = 204+81+71=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5147 is #33AEB8. Grayscale: #747474. Windows color (decimal): -3387065 or 4673996. OLE color: 4673996.
HSL color Cylindrical-coordinate representation of color #CC5147: hue angle of 4.51º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5147 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 71 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.2 |
| HSL | 4.51º | 0.57% | 0.54% | - |
| HSV(B) | 4.51º | 0.65% | 0.8% | - |
| XYZ | 28.98 | 19.18 | 8.14 | - |
| YUV | 116.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 71 | 0 | 0.60 | 0.65 | 0.2 | 4.51 | 0.57 | 0.54 |
| Hex | CC | 51 | 47 | 0 | 3C | 41 | 14 | 5 | 39 | 36 |
| Octal | 314 | 121 | 107 | 0 | 74 | 101 | 24 | 5 | 71 | 66 |
| Binary | 11001100 | 1010001 | 1000111 | 0 | 111100 | 1000001 | 10100 | 101 | 111001 | 110110 |
Color Harmonies of #CC5147
Complementary color
Monochromatic Colors of #CC5147
Black with #CC5147
Text Example
Text Example
White with #CC5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5147; }
p { color: rgb(204,81,71); }
H1.HeaderClassName
{
color: #CC5147;
}
.AnyTagClassName
{
color: #CC5147;
}
</style>
background-color css
<style>
a { background-color: #CC5147; }
a { background-color: rgb(204,81,71); }
div.DivClassName
{
background-color: #CC5147;
}
.BgClassName
{
background-color: #CC5147;
}
</style>
border-color css
<style>
span { border-color: #CC5147; }
span { border-color: rgb(204,81,71); }
td.TdClassName
{
border-color: #CC5147;
}
.TagClassName
{
border-color: #CC5147;
}
</style>