Shades of Valencia #CB574F
Tints of Valencia #CB574F
RGB
CMYK
RGB Variations
Color information
#CB574F (or 0xCB574F) is known color: Valencia. HEX triplet: CB, 57 and 4F. RGB value is (203,87,79). Sum of RGB (Red+Green+Blue) = 203+87+79=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB574F is #34A8B0. Grayscale: #787878. Windows color (decimal): -3451057 or 5199819. OLE color: 5199819.
HSL color Cylindrical-coordinate representation of color #CB574F: hue angle of 3.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB574F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 79 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.20 |
| HSL | 3.87º | 0.54% | 0.55% | - |
| HSV(B) | 3.87º | 0.61% | 0.8% | - |
| XYZ | 29.45 | 20.08 | 9.72 | - |
| YUV | 120.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 79 | 0 | 0.57 | 0.61 | 0.20 | 3.87 | 0.54 | 0.55 |
| Hex | CB | 57 | 4F | 0 | 39 | 3D | 14 | 4 | 36 | 37 |
| Octal | 313 | 127 | 117 | 0 | 71 | 75 | 24 | 4 | 66 | 67 |
| Binary | 11001011 | 1010111 | 1001111 | 0 | 111001 | 111101 | 10100 | 100 | 110110 | 110111 |
Color Harmonies of #CB574F
Complementary color
Monochromatic Colors of #CB574F
Black with #CB574F
Text Example
Text Example
White with #CB574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB574F; }
p { color: rgb(203,87,79); }
H1.HeaderClassName
{
color: #CB574F;
}
.AnyTagClassName
{
color: #CB574F;
}
</style>
background-color css
<style>
a { background-color: #CB574F; }
a { background-color: rgb(203,87,79); }
div.DivClassName
{
background-color: #CB574F;
}
.BgClassName
{
background-color: #CB574F;
}
</style>
border-color css
<style>
span { border-color: #CB574F; }
span { border-color: rgb(203,87,79); }
td.TdClassName
{
border-color: #CB574F;
}
.TagClassName
{
border-color: #CB574F;
}
</style>