Shades of Valencia #CD4E4D
Tints of Valencia #CD4E4D
RGB
CMYK
RGB Variations
Color information
#CD4E4D (or 0xCD4E4D) is known color: Valencia. HEX triplet: CD, 4E and 4D. RGB value is (205,78,77). Sum of RGB (Red+Green+Blue) = 205+78+77=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4E4D is #32B1B2. Grayscale: #737373. Windows color (decimal): -3322291 or 5066445. OLE color: 5066445.
HSL color Cylindrical-coordinate representation of color #CD4E4D: hue angle of 0.47º degrees, saturation: 0.56, 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 #CD4E4D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 77 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.20 |
| HSL | 0.47º | 0.56% | 0.55% | - |
| HSV(B) | 0.47º | 0.62% | 0.8% | - |
| XYZ | 29.24 | 18.96 | 9.14 | - |
| YUV | 115.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 77 | 0 | 0.62 | 0.62 | 0.20 | 0.47 | 0.56 | 0.55 |
| Hex | CD | 4E | 4D | 0 | 3E | 3E | 14 | 0 | 38 | 37 |
| Octal | 315 | 116 | 115 | 0 | 76 | 76 | 24 | 0 | 70 | 67 |
| Binary | 11001101 | 1001110 | 1001101 | 0 | 111110 | 111110 | 10100 | 0 | 111000 | 110111 |
Color Harmonies of #CD4E4D
Complementary color
Monochromatic Colors of #CD4E4D
Black with #CD4E4D
Text Example
Text Example
White with #CD4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E4D; }
p { color: rgb(205,78,77); }
H1.HeaderClassName
{
color: #CD4E4D;
}
.AnyTagClassName
{
color: #CD4E4D;
}
</style>
background-color css
<style>
a { background-color: #CD4E4D; }
a { background-color: rgb(205,78,77); }
div.DivClassName
{
background-color: #CD4E4D;
}
.BgClassName
{
background-color: #CD4E4D;
}
</style>
border-color css
<style>
span { border-color: #CD4E4D; }
span { border-color: rgb(205,78,77); }
td.TdClassName
{
border-color: #CD4E4D;
}
.TagClassName
{
border-color: #CD4E4D;
}
</style>