Shades of Valencia #CC5A4F
Tints of Valencia #CC5A4F
RGB
CMYK
RGB Variations
Color information
#CC5A4F (or 0xCC5A4F) is known color: Valencia. HEX triplet: CC, 5A and 4F. RGB value is (204,90,79). Sum of RGB (Red+Green+Blue) = 204+90+79=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A4F is #33A5B0. Grayscale: #7A7A7A. Windows color (decimal): -3384753 or 5200588. OLE color: 5200588.
HSL color Cylindrical-coordinate representation of color #CC5A4F: hue angle of 5.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5A4F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 79 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.2 |
| HSL | 5.28º | 0.55% | 0.55% | - |
| HSV(B) | 5.28º | 0.61% | 0.8% | - |
| XYZ | 29.97 | 20.71 | 9.82 | - |
| YUV | 122.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 79 | 0 | 0.56 | 0.61 | 0.2 | 5.28 | 0.55 | 0.55 |
| Hex | CC | 5A | 4F | 0 | 38 | 3D | 14 | 5 | 37 | 37 |
| Octal | 314 | 132 | 117 | 0 | 70 | 75 | 24 | 5 | 67 | 67 |
| Binary | 11001100 | 1011010 | 1001111 | 0 | 111000 | 111101 | 10100 | 101 | 110111 | 110111 |
Color Harmonies of #CC5A4F
Complementary color
Monochromatic Colors of #CC5A4F
Black with #CC5A4F
Text Example
Text Example
White with #CC5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A4F; }
p { color: rgb(204,90,79); }
H1.HeaderClassName
{
color: #CC5A4F;
}
.AnyTagClassName
{
color: #CC5A4F;
}
</style>
background-color css
<style>
a { background-color: #CC5A4F; }
a { background-color: rgb(204,90,79); }
div.DivClassName
{
background-color: #CC5A4F;
}
.BgClassName
{
background-color: #CC5A4F;
}
</style>
border-color css
<style>
span { border-color: #CC5A4F; }
span { border-color: rgb(204,90,79); }
td.TdClassName
{
border-color: #CC5A4F;
}
.TagClassName
{
border-color: #CC5A4F;
}
</style>