Shades of Valencia #CB554B
Tints of Valencia #CB554B
RGB
CMYK
RGB Variations
Color information
#CB554B (or 0xCB554B) is known color: Valencia. HEX triplet: CB, 55 and 4B. RGB value is (203,85,75). Sum of RGB (Red+Green+Blue) = 203+85+75=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB554B is #34AAB4. Grayscale: #777777. Windows color (decimal): -3451573 or 4937163. OLE color: 4937163.
HSL color Cylindrical-coordinate representation of color #CB554B: hue angle of 4.69º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB554B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 75 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.20 |
| HSL | 4.69º | 0.55% | 0.55% | - |
| HSV(B) | 4.69º | 0.63% | 0.8% | - |
| XYZ | 29.15 | 19.7 | 8.92 | - |
| YUV | 119.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 75 | 0 | 0.58 | 0.63 | 0.20 | 4.69 | 0.55 | 0.55 |
| Hex | CB | 55 | 4B | 0 | 3A | 3F | 14 | 5 | 37 | 37 |
| Octal | 313 | 125 | 113 | 0 | 72 | 77 | 24 | 5 | 67 | 67 |
| Binary | 11001011 | 1010101 | 1001011 | 0 | 111010 | 111111 | 10100 | 101 | 110111 | 110111 |
Color Harmonies of #CB554B
Complementary color
Monochromatic Colors of #CB554B
Black with #CB554B
Text Example
Text Example
White with #CB554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB554B; }
p { color: rgb(203,85,75); }
H1.HeaderClassName
{
color: #CB554B;
}
.AnyTagClassName
{
color: #CB554B;
}
</style>
background-color css
<style>
a { background-color: #CB554B; }
a { background-color: rgb(203,85,75); }
div.DivClassName
{
background-color: #CB554B;
}
.BgClassName
{
background-color: #CB554B;
}
</style>
border-color css
<style>
span { border-color: #CB554B; }
span { border-color: rgb(203,85,75); }
td.TdClassName
{
border-color: #CB554B;
}
.TagClassName
{
border-color: #CB554B;
}
</style>