Shades of Valencia #CC544E
Tints of Valencia #CC544E
RGB
CMYK
RGB Variations
Color information
#CC544E (or 0xCC544E) is known color: Valencia. HEX triplet: CC, 54 and 4E. RGB value is (204,84,78). Sum of RGB (Red+Green+Blue) = 204+84+78=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC544E is #33ABB1. Grayscale: #777777. Windows color (decimal): -3386290 or 5133516. OLE color: 5133516.
HSL color Cylindrical-coordinate representation of color #CC544E: hue angle of 2.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC544E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 78 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.2 |
| HSL | 2.86º | 0.55% | 0.55% | - |
| HSV(B) | 2.86º | 0.62% | 0.8% | - |
| XYZ | 29.45 | 19.73 | 9.46 | - |
| YUV | 119.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 78 | 0 | 0.59 | 0.62 | 0.2 | 2.86 | 0.55 | 0.55 |
| Hex | CC | 54 | 4E | 0 | 3B | 3E | 14 | 3 | 37 | 37 |
| Octal | 314 | 124 | 116 | 0 | 73 | 76 | 24 | 3 | 67 | 67 |
| Binary | 11001100 | 1010100 | 1001110 | 0 | 111011 | 111110 | 10100 | 11 | 110111 | 110111 |
Color Harmonies of #CC544E
Complementary color
Monochromatic Colors of #CC544E
Black with #CC544E
Text Example
Text Example
White with #CC544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC544E; }
p { color: rgb(204,84,78); }
H1.HeaderClassName
{
color: #CC544E;
}
.AnyTagClassName
{
color: #CC544E;
}
</style>
background-color css
<style>
a { background-color: #CC544E; }
a { background-color: rgb(204,84,78); }
div.DivClassName
{
background-color: #CC544E;
}
.BgClassName
{
background-color: #CC544E;
}
</style>
border-color css
<style>
span { border-color: #CC544E; }
span { border-color: rgb(204,84,78); }
td.TdClassName
{
border-color: #CC544E;
}
.TagClassName
{
border-color: #CC544E;
}
</style>