Shades of Valencia #CB554F
Tints of Valencia #CB554F
RGB
CMYK
RGB Variations
Color information
#CB554F (or 0xCB554F) is known color: Valencia. HEX triplet: CB, 55 and 4F. RGB value is (203,85,79). Sum of RGB (Red+Green+Blue) = 203+85+79=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB554F is #34AAB0. Grayscale: #777777. Windows color (decimal): -3451569 or 5199307. OLE color: 5199307.
HSL color Cylindrical-coordinate representation of color #CB554F: hue angle of 2.9º 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 #CB554F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 79 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.20 |
| HSL | 2.9º | 0.54% | 0.55% | - |
| HSV(B) | 2.9º | 0.61% | 0.8% | - |
| XYZ | 29.29 | 19.76 | 9.67 | - |
| YUV | 119.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 79 | 0 | 0.58 | 0.61 | 0.20 | 2.9 | 0.54 | 0.55 |
| Hex | CB | 55 | 4F | 0 | 3A | 3D | 14 | 3 | 36 | 37 |
| Octal | 313 | 125 | 117 | 0 | 72 | 75 | 24 | 3 | 66 | 67 |
| Binary | 11001011 | 1010101 | 1001111 | 0 | 111010 | 111101 | 10100 | 11 | 110110 | 110111 |
Color Harmonies of #CB554F
Complementary color
Monochromatic Colors of #CB554F
Black with #CB554F
Text Example
Text Example
White with #CB554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB554F; }
p { color: rgb(203,85,79); }
H1.HeaderClassName
{
color: #CB554F;
}
.AnyTagClassName
{
color: #CB554F;
}
</style>
background-color css
<style>
a { background-color: #CB554F; }
a { background-color: rgb(203,85,79); }
div.DivClassName
{
background-color: #CB554F;
}
.BgClassName
{
background-color: #CB554F;
}
</style>
border-color css
<style>
span { border-color: #CB554F; }
span { border-color: rgb(203,85,79); }
td.TdClassName
{
border-color: #CB554F;
}
.TagClassName
{
border-color: #CB554F;
}
</style>