Shades of Valencia #CB524B
Tints of Valencia #CB524B
RGB
CMYK
RGB Variations
Color information
#CB524B (or 0xCB524B) is known color: Valencia. HEX triplet: CB, 52 and 4B. RGB value is (203,82,75). Sum of RGB (Red+Green+Blue) = 203+82+75=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB524B is #34ADB4. Grayscale: #757575. Windows color (decimal): -3452341 or 4936395. OLE color: 4936395.
HSL color Cylindrical-coordinate representation of color #CB524B: hue angle of 3.28º 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 #CB524B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 75 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.20 |
| HSL | 3.28º | 0.55% | 0.55% | - |
| HSV(B) | 3.28º | 0.63% | 0.8% | - |
| XYZ | 28.92 | 19.24 | 8.85 | - |
| YUV | 117.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 75 | 0 | 0.60 | 0.63 | 0.20 | 3.28 | 0.55 | 0.55 |
| Hex | CB | 52 | 4B | 0 | 3C | 3F | 14 | 3 | 37 | 37 |
| Octal | 313 | 122 | 113 | 0 | 74 | 77 | 24 | 3 | 67 | 67 |
| Binary | 11001011 | 1010010 | 1001011 | 0 | 111100 | 111111 | 10100 | 11 | 110111 | 110111 |
Color Harmonies of #CB524B
Complementary color
Monochromatic Colors of #CB524B
Black with #CB524B
Text Example
Text Example
White with #CB524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB524B; }
p { color: rgb(203,82,75); }
H1.HeaderClassName
{
color: #CB524B;
}
.AnyTagClassName
{
color: #CB524B;
}
</style>
background-color css
<style>
a { background-color: #CB524B; }
a { background-color: rgb(203,82,75); }
div.DivClassName
{
background-color: #CB524B;
}
.BgClassName
{
background-color: #CB524B;
}
</style>
border-color css
<style>
span { border-color: #CB524B; }
span { border-color: rgb(203,82,75); }
td.TdClassName
{
border-color: #CB524B;
}
.TagClassName
{
border-color: #CB524B;
}
</style>