Shades of Valencia #CC4F4D
Tints of Valencia #CC4F4D
RGB
CMYK
RGB Variations
Color information
#CC4F4D (or 0xCC4F4D) is known color: Valencia. HEX triplet: CC, 4F and 4D. RGB value is (204,79,77). Sum of RGB (Red+Green+Blue) = 204+79+77=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F4D is #33B0B2. Grayscale: #747474. Windows color (decimal): -3387571 or 5066700. OLE color: 5066700.
HSL color Cylindrical-coordinate representation of color #CC4F4D: hue angle of 0.94º 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 #CC4F4D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 77 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.2 |
| HSL | 0.94º | 0.55% | 0.55% | - |
| HSV(B) | 0.94º | 0.62% | 0.8% | - |
| XYZ | 29.04 | 18.97 | 9.15 | - |
| YUV | 116.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 77 | 0 | 0.61 | 0.62 | 0.2 | 0.94 | 0.55 | 0.55 |
| Hex | CC | 4F | 4D | 0 | 3D | 3E | 14 | 1 | 37 | 37 |
| Octal | 314 | 117 | 115 | 0 | 75 | 76 | 24 | 1 | 67 | 67 |
| Binary | 11001100 | 1001111 | 1001101 | 0 | 111101 | 111110 | 10100 | 1 | 110111 | 110111 |
Color Harmonies of #CC4F4D
Complementary color
Monochromatic Colors of #CC4F4D
Black with #CC4F4D
Text Example
Text Example
White with #CC4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F4D; }
p { color: rgb(204,79,77); }
H1.HeaderClassName
{
color: #CC4F4D;
}
.AnyTagClassName
{
color: #CC4F4D;
}
</style>
background-color css
<style>
a { background-color: #CC4F4D; }
a { background-color: rgb(204,79,77); }
div.DivClassName
{
background-color: #CC4F4D;
}
.BgClassName
{
background-color: #CC4F4D;
}
</style>
border-color css
<style>
span { border-color: #CC4F4D; }
span { border-color: rgb(204,79,77); }
td.TdClassName
{
border-color: #CC4F4D;
}
.TagClassName
{
border-color: #CC4F4D;
}
</style>