Shades of Valencia #CC5A4D
Tints of Valencia #CC5A4D
RGB
CMYK
RGB Variations
Color information
#CC5A4D (or 0xCC5A4D) is known color: Valencia. HEX triplet: CC, 5A and 4D. RGB value is (204,90,77). Sum of RGB (Red+Green+Blue) = 204+90+77=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A4D is #33A5B2. Grayscale: #7A7A7A. Windows color (decimal): -3384755 or 5069516. OLE color: 5069516.
HSL color Cylindrical-coordinate representation of color #CC5A4D: hue angle of 6.14º 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 #CC5A4D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 77 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.2 |
| HSL | 6.14º | 0.55% | 0.55% | - |
| HSV(B) | 6.14º | 0.62% | 0.8% | - |
| XYZ | 29.9 | 20.69 | 9.44 | - |
| YUV | 122.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 77 | 0 | 0.56 | 0.62 | 0.2 | 6.14 | 0.55 | 0.55 |
| Hex | CC | 5A | 4D | 0 | 38 | 3E | 14 | 6 | 37 | 37 |
| Octal | 314 | 132 | 115 | 0 | 70 | 76 | 24 | 6 | 67 | 67 |
| Binary | 11001100 | 1011010 | 1001101 | 0 | 111000 | 111110 | 10100 | 110 | 110111 | 110111 |
Color Harmonies of #CC5A4D
Complementary color
Monochromatic Colors of #CC5A4D
Black with #CC5A4D
Text Example
Text Example
White with #CC5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A4D; }
p { color: rgb(204,90,77); }
H1.HeaderClassName
{
color: #CC5A4D;
}
.AnyTagClassName
{
color: #CC5A4D;
}
</style>
background-color css
<style>
a { background-color: #CC5A4D; }
a { background-color: rgb(204,90,77); }
div.DivClassName
{
background-color: #CC5A4D;
}
.BgClassName
{
background-color: #CC5A4D;
}
</style>
border-color css
<style>
span { border-color: #CC5A4D; }
span { border-color: rgb(204,90,77); }
td.TdClassName
{
border-color: #CC5A4D;
}
.TagClassName
{
border-color: #CC5A4D;
}
</style>