Shades of Valencia #CB544B
Tints of Valencia #CB544B
RGB
CMYK
RGB Variations
Color information
#CB544B (or 0xCB544B) is known color: Valencia. HEX triplet: CB, 54 and 4B. RGB value is (203,84,75). Sum of RGB (Red+Green+Blue) = 203+84+75=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB544B is #34ABB4. Grayscale: #767676. Windows color (decimal): -3451829 or 4936907. OLE color: 4936907.
HSL color Cylindrical-coordinate representation of color #CB544B: hue angle of 4.22º 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 #CB544B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 75 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.20 |
| HSL | 4.22º | 0.55% | 0.55% | - |
| HSV(B) | 4.22º | 0.63% | 0.8% | - |
| XYZ | 29.07 | 19.55 | 8.9 | - |
| YUV | 118.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 75 | 0 | 0.59 | 0.63 | 0.20 | 4.22 | 0.55 | 0.55 |
| Hex | CB | 54 | 4B | 0 | 3B | 3F | 14 | 4 | 37 | 37 |
| Octal | 313 | 124 | 113 | 0 | 73 | 77 | 24 | 4 | 67 | 67 |
| Binary | 11001011 | 1010100 | 1001011 | 0 | 111011 | 111111 | 10100 | 100 | 110111 | 110111 |
Color Harmonies of #CB544B
Complementary color
Monochromatic Colors of #CB544B
Black with #CB544B
Text Example
Text Example
White with #CB544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB544B; }
p { color: rgb(203,84,75); }
H1.HeaderClassName
{
color: #CB544B;
}
.AnyTagClassName
{
color: #CB544B;
}
</style>
background-color css
<style>
a { background-color: #CB544B; }
a { background-color: rgb(203,84,75); }
div.DivClassName
{
background-color: #CB544B;
}
.BgClassName
{
background-color: #CB544B;
}
</style>
border-color css
<style>
span { border-color: #CB544B; }
span { border-color: rgb(203,84,75); }
td.TdClassName
{
border-color: #CB544B;
}
.TagClassName
{
border-color: #CB544B;
}
</style>