Shades of Valencia #CC564D
Tints of Valencia #CC564D
RGB
CMYK
RGB Variations
Color information
#CC564D (or 0xCC564D) is known color: Valencia. HEX triplet: CC, 56 and 4D. RGB value is (204,86,77). Sum of RGB (Red+Green+Blue) = 204+86+77=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC564D is #33A9B2. Grayscale: #787878. Windows color (decimal): -3385779 or 5068492. OLE color: 5068492.
HSL color Cylindrical-coordinate representation of color #CC564D: hue angle of 4.25º 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 #CC564D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 77 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.2 |
| HSL | 4.25º | 0.55% | 0.55% | - |
| HSV(B) | 4.25º | 0.62% | 0.8% | - |
| XYZ | 29.57 | 20.03 | 9.33 | - |
| YUV | 120.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 77 | 0 | 0.58 | 0.62 | 0.2 | 4.25 | 0.55 | 0.55 |
| Hex | CC | 56 | 4D | 0 | 3A | 3E | 14 | 4 | 37 | 37 |
| Octal | 314 | 126 | 115 | 0 | 72 | 76 | 24 | 4 | 67 | 67 |
| Binary | 11001100 | 1010110 | 1001101 | 0 | 111010 | 111110 | 10100 | 100 | 110111 | 110111 |
Color Harmonies of #CC564D
Complementary color
Monochromatic Colors of #CC564D
Black with #CC564D
Text Example
Text Example
White with #CC564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC564D; }
p { color: rgb(204,86,77); }
H1.HeaderClassName
{
color: #CC564D;
}
.AnyTagClassName
{
color: #CC564D;
}
</style>
background-color css
<style>
a { background-color: #CC564D; }
a { background-color: rgb(204,86,77); }
div.DivClassName
{
background-color: #CC564D;
}
.BgClassName
{
background-color: #CC564D;
}
</style>
border-color css
<style>
span { border-color: #CC564D; }
span { border-color: rgb(204,86,77); }
td.TdClassName
{
border-color: #CC564D;
}
.TagClassName
{
border-color: #CC564D;
}
</style>