Shades of Valencia #CC554D
Tints of Valencia #CC554D
RGB
CMYK
RGB Variations
Color information
#CC554D (or 0xCC554D) is known color: Valencia. HEX triplet: CC, 55 and 4D. RGB value is (204,85,77). Sum of RGB (Red+Green+Blue) = 204+85+77=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC554D is #33AAB2. Grayscale: #777777. Windows color (decimal): -3386035 or 5068236. OLE color: 5068236.
HSL color Cylindrical-coordinate representation of color #CC554D: hue angle of 3.78º 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 #CC554D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 77 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.2 |
| HSL | 3.78º | 0.55% | 0.55% | - |
| HSV(B) | 3.78º | 0.62% | 0.8% | - |
| XYZ | 29.49 | 19.87 | 9.3 | - |
| YUV | 119.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 77 | 0 | 0.58 | 0.62 | 0.2 | 3.78 | 0.55 | 0.55 |
| Hex | CC | 55 | 4D | 0 | 3A | 3E | 14 | 4 | 37 | 37 |
| Octal | 314 | 125 | 115 | 0 | 72 | 76 | 24 | 4 | 67 | 67 |
| Binary | 11001100 | 1010101 | 1001101 | 0 | 111010 | 111110 | 10100 | 100 | 110111 | 110111 |
Color Harmonies of #CC554D
Complementary color
Monochromatic Colors of #CC554D
Black with #CC554D
Text Example
Text Example
White with #CC554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC554D; }
p { color: rgb(204,85,77); }
H1.HeaderClassName
{
color: #CC554D;
}
.AnyTagClassName
{
color: #CC554D;
}
</style>
background-color css
<style>
a { background-color: #CC554D; }
a { background-color: rgb(204,85,77); }
div.DivClassName
{
background-color: #CC554D;
}
.BgClassName
{
background-color: #CC554D;
}
</style>
border-color css
<style>
span { border-color: #CC554D; }
span { border-color: rgb(204,85,77); }
td.TdClassName
{
border-color: #CC554D;
}
.TagClassName
{
border-color: #CC554D;
}
</style>