Shades of Valencia #CD4D49
Tints of Valencia #CD4D49
RGB
CMYK
RGB Variations
Color information
#CD4D49 (or 0xCD4D49) is known color: Valencia. HEX triplet: CD, 4D and 49. RGB value is (205,77,73). Sum of RGB (Red+Green+Blue) = 205+77+73=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4D49 is #32B2B6. Grayscale: #727272. Windows color (decimal): -3322551 or 4804045. OLE color: 4804045.
HSL color Cylindrical-coordinate representation of color #CD4D49: hue angle of 1.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4D49 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 73 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.20 |
| HSL | 1.82º | 0.57% | 0.55% | - |
| HSV(B) | 1.82º | 0.64% | 0.8% | - |
| XYZ | 29.03 | 18.77 | 8.4 | - |
| YUV | 114.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 73 | 0 | 0.62 | 0.64 | 0.20 | 1.82 | 0.57 | 0.55 |
| Hex | CD | 4D | 49 | 0 | 3E | 40 | 14 | 2 | 39 | 37 |
| Octal | 315 | 115 | 111 | 0 | 76 | 100 | 24 | 2 | 71 | 67 |
| Binary | 11001101 | 1001101 | 1001001 | 0 | 111110 | 1000000 | 10100 | 10 | 111001 | 110111 |
Color Harmonies of #CD4D49
Complementary color
Monochromatic Colors of #CD4D49
Black with #CD4D49
Text Example
Text Example
White with #CD4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D49; }
p { color: rgb(205,77,73); }
H1.HeaderClassName
{
color: #CD4D49;
}
.AnyTagClassName
{
color: #CD4D49;
}
</style>
background-color css
<style>
a { background-color: #CD4D49; }
a { background-color: rgb(205,77,73); }
div.DivClassName
{
background-color: #CD4D49;
}
.BgClassName
{
background-color: #CD4D49;
}
</style>
border-color css
<style>
span { border-color: #CD4D49; }
span { border-color: rgb(205,77,73); }
td.TdClassName
{
border-color: #CD4D49;
}
.TagClassName
{
border-color: #CD4D49;
}
</style>