Shades of Valencia #CB5A4F
Tints of Valencia #CB5A4F
RGB
CMYK
RGB Variations
Color information
#CB5A4F (or 0xCB5A4F) is known color: Valencia. HEX triplet: CB, 5A and 4F. RGB value is (203,90,79). Sum of RGB (Red+Green+Blue) = 203+90+79=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A4F is #34A5B0. Grayscale: #7A7A7A. Windows color (decimal): -3450289 or 5200587. OLE color: 5200587.
HSL color Cylindrical-coordinate representation of color #CB5A4F: hue angle of 5.32º 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 #CB5A4F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 79 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.20 |
| HSL | 5.32º | 0.54% | 0.55% | - |
| HSV(B) | 5.32º | 0.61% | 0.8% | - |
| XYZ | 29.7 | 20.57 | 9.8 | - |
| YUV | 122.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 79 | 0 | 0.56 | 0.61 | 0.20 | 5.32 | 0.54 | 0.55 |
| Hex | CB | 5A | 4F | 0 | 38 | 3D | 14 | 5 | 36 | 37 |
| Octal | 313 | 132 | 117 | 0 | 70 | 75 | 24 | 5 | 66 | 67 |
| Binary | 11001011 | 1011010 | 1001111 | 0 | 111000 | 111101 | 10100 | 101 | 110110 | 110111 |
Color Harmonies of #CB5A4F
Complementary color
Monochromatic Colors of #CB5A4F
Black with #CB5A4F
Text Example
Text Example
White with #CB5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A4F; }
p { color: rgb(203,90,79); }
H1.HeaderClassName
{
color: #CB5A4F;
}
.AnyTagClassName
{
color: #CB5A4F;
}
</style>
background-color css
<style>
a { background-color: #CB5A4F; }
a { background-color: rgb(203,90,79); }
div.DivClassName
{
background-color: #CB5A4F;
}
.BgClassName
{
background-color: #CB5A4F;
}
</style>
border-color css
<style>
span { border-color: #CB5A4F; }
span { border-color: rgb(203,90,79); }
td.TdClassName
{
border-color: #CB5A4F;
}
.TagClassName
{
border-color: #CB5A4F;
}
</style>