Shades of Valencia #CD5A4E
Tints of Valencia #CD5A4E
RGB
CMYK
RGB Variations
Color information
#CD5A4E (or 0xCD5A4E) is known color: Valencia. HEX triplet: CD, 5A and 4E. RGB value is (205,90,78). Sum of RGB (Red+Green+Blue) = 205+90+78=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A4E is #32A5B1. Grayscale: #7B7B7B. Windows color (decimal): -3319218 or 5135053. OLE color: 5135053.
HSL color Cylindrical-coordinate representation of color #CD5A4E: hue angle of 5.67º 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 #CD5A4E is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 90 | 78 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.20 |
| HSL | 5.67º | 0.56% | 0.55% | - |
| HSV(B) | 5.67º | 0.62% | 0.8% | - |
| XYZ | 30.21 | 20.84 | 9.64 | - |
| YUV | 123.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 78 | 0 | 0.56 | 0.62 | 0.20 | 5.67 | 0.56 | 0.55 |
| Hex | CD | 5A | 4E | 0 | 38 | 3E | 14 | 6 | 38 | 37 |
| Octal | 315 | 132 | 116 | 0 | 70 | 76 | 24 | 6 | 70 | 67 |
| Binary | 11001101 | 1011010 | 1001110 | 0 | 111000 | 111110 | 10100 | 110 | 111000 | 110111 |
Color Harmonies of #CD5A4E
Complementary color
Monochromatic Colors of #CD5A4E
Black with #CD5A4E
Text Example
Text Example
White with #CD5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5A4E; }
p { color: rgb(205,90,78); }
H1.HeaderClassName
{
color: #CD5A4E;
}
.AnyTagClassName
{
color: #CD5A4E;
}
</style>
background-color css
<style>
a { background-color: #CD5A4E; }
a { background-color: rgb(205,90,78); }
div.DivClassName
{
background-color: #CD5A4E;
}
.BgClassName
{
background-color: #CD5A4E;
}
</style>
border-color css
<style>
span { border-color: #CD5A4E; }
span { border-color: rgb(205,90,78); }
td.TdClassName
{
border-color: #CD5A4E;
}
.TagClassName
{
border-color: #CD5A4E;
}
</style>