Shades of Valencia #CB584D
Tints of Valencia #CB584D
RGB
CMYK
RGB Variations
Color information
#CB584D (or 0xCB584D) is known color: Valencia. HEX triplet: CB, 58 and 4D. RGB value is (203,88,77). Sum of RGB (Red+Green+Blue) = 203+88+77=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB584D is #34A7B2. Grayscale: #797979. Windows color (decimal): -3450803 or 5069003. OLE color: 5069003.
HSL color Cylindrical-coordinate representation of color #CB584D: hue angle of 5.24º 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 #CB584D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 77 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.20 |
| HSL | 5.24º | 0.55% | 0.55% | - |
| HSV(B) | 5.24º | 0.62% | 0.8% | - |
| XYZ | 29.46 | 20.21 | 9.37 | - |
| YUV | 121.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 77 | 0 | 0.57 | 0.62 | 0.20 | 5.24 | 0.55 | 0.55 |
| Hex | CB | 58 | 4D | 0 | 39 | 3E | 14 | 5 | 37 | 37 |
| Octal | 313 | 130 | 115 | 0 | 71 | 76 | 24 | 5 | 67 | 67 |
| Binary | 11001011 | 1011000 | 1001101 | 0 | 111001 | 111110 | 10100 | 101 | 110111 | 110111 |
Color Harmonies of #CB584D
Complementary color
Monochromatic Colors of #CB584D
Black with #CB584D
Text Example
Text Example
White with #CB584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB584D; }
p { color: rgb(203,88,77); }
H1.HeaderClassName
{
color: #CB584D;
}
.AnyTagClassName
{
color: #CB584D;
}
</style>
background-color css
<style>
a { background-color: #CB584D; }
a { background-color: rgb(203,88,77); }
div.DivClassName
{
background-color: #CB584D;
}
.BgClassName
{
background-color: #CB584D;
}
</style>
border-color css
<style>
span { border-color: #CB584D; }
span { border-color: rgb(203,88,77); }
td.TdClassName
{
border-color: #CB584D;
}
.TagClassName
{
border-color: #CB584D;
}
</style>