Shades of Valencia #CC504C
Tints of Valencia #CC504C
RGB
CMYK
RGB Variations
Color information
#CC504C (or 0xCC504C) is known color: Valencia. HEX triplet: CC, 50 and 4C. RGB value is (204,80,76). Sum of RGB (Red+Green+Blue) = 204+80+76=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC504C is #33AFB3. Grayscale: #747474. Windows color (decimal): -3387316 or 5001420. OLE color: 5001420.
HSL color Cylindrical-coordinate representation of color #CC504C: hue angle of 1.88º 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 #CC504C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 76 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.2 |
| HSL | 1.88º | 0.56% | 0.55% | - |
| HSV(B) | 1.88º | 0.63% | 0.8% | - |
| XYZ | 29.08 | 19.1 | 8.99 | - |
| YUV | 116.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 76 | 0 | 0.61 | 0.63 | 0.2 | 1.88 | 0.56 | 0.55 |
| Hex | CC | 50 | 4C | 0 | 3D | 3F | 14 | 2 | 38 | 37 |
| Octal | 314 | 120 | 114 | 0 | 75 | 77 | 24 | 2 | 70 | 67 |
| Binary | 11001100 | 1010000 | 1001100 | 0 | 111101 | 111111 | 10100 | 10 | 111000 | 110111 |
Color Harmonies of #CC504C
Complementary color
Monochromatic Colors of #CC504C
Black with #CC504C
Text Example
Text Example
White with #CC504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC504C; }
p { color: rgb(204,80,76); }
H1.HeaderClassName
{
color: #CC504C;
}
.AnyTagClassName
{
color: #CC504C;
}
</style>
background-color css
<style>
a { background-color: #CC504C; }
a { background-color: rgb(204,80,76); }
div.DivClassName
{
background-color: #CC504C;
}
.BgClassName
{
background-color: #CC504C;
}
</style>
border-color css
<style>
span { border-color: #CC504C; }
span { border-color: rgb(204,80,76); }
td.TdClassName
{
border-color: #CC504C;
}
.TagClassName
{
border-color: #CC504C;
}
</style>