Shades of Valencia #CC5449
Tints of Valencia #CC5449
RGB
CMYK
RGB Variations
Color information
#CC5449 (or 0xCC5449) is known color: Valencia. HEX triplet: CC, 54 and 49. RGB value is (204,84,73). Sum of RGB (Red+Green+Blue) = 204+84+73=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5449 is #33ABB6. Grayscale: #767676. Windows color (decimal): -3386295 or 4805836. OLE color: 4805836.
HSL color Cylindrical-coordinate representation of color #CC5449: hue angle of 5.04º 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 #CC5449 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 73 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.2 |
| HSL | 5.04º | 0.56% | 0.54% | - |
| HSV(B) | 5.04º | 0.64% | 0.8% | - |
| XYZ | 29.27 | 19.66 | 8.55 | - |
| YUV | 118.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 73 | 0 | 0.59 | 0.64 | 0.2 | 5.04 | 0.56 | 0.54 |
| Hex | CC | 54 | 49 | 0 | 3B | 40 | 14 | 5 | 38 | 36 |
| Octal | 314 | 124 | 111 | 0 | 73 | 100 | 24 | 5 | 70 | 66 |
| Binary | 11001100 | 1010100 | 1001001 | 0 | 111011 | 1000000 | 10100 | 101 | 111000 | 110110 |
Color Harmonies of #CC5449
Complementary color
Monochromatic Colors of #CC5449
Black with #CC5449
Text Example
Text Example
White with #CC5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5449; }
p { color: rgb(204,84,73); }
H1.HeaderClassName
{
color: #CC5449;
}
.AnyTagClassName
{
color: #CC5449;
}
</style>
background-color css
<style>
a { background-color: #CC5449; }
a { background-color: rgb(204,84,73); }
div.DivClassName
{
background-color: #CC5449;
}
.BgClassName
{
background-color: #CC5449;
}
</style>
border-color css
<style>
span { border-color: #CC5449; }
span { border-color: rgb(204,84,73); }
td.TdClassName
{
border-color: #CC5449;
}
.TagClassName
{
border-color: #CC5449;
}
</style>