Shades of Valencia #CC5148
Tints of Valencia #CC5148
RGB
CMYK
RGB Variations
Color information
#CC5148 (or 0xCC5148) is known color: Valencia. HEX triplet: CC, 51 and 48. RGB value is (204,81,72). Sum of RGB (Red+Green+Blue) = 204+81+72=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5148 is #33AEB7. Grayscale: #747474. Windows color (decimal): -3387064 or 4739532. OLE color: 4739532.
HSL color Cylindrical-coordinate representation of color #CC5148: hue angle of 4.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5148 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 72 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.2 |
| HSL | 4.09º | 0.56% | 0.54% | - |
| HSV(B) | 4.09º | 0.65% | 0.8% | - |
| XYZ | 29.01 | 19.19 | 8.31 | - |
| YUV | 116.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 72 | 0 | 0.60 | 0.65 | 0.2 | 4.09 | 0.56 | 0.54 |
| Hex | CC | 51 | 48 | 0 | 3C | 41 | 14 | 4 | 38 | 36 |
| Octal | 314 | 121 | 110 | 0 | 74 | 101 | 24 | 4 | 70 | 66 |
| Binary | 11001100 | 1010001 | 1001000 | 0 | 111100 | 1000001 | 10100 | 100 | 111000 | 110110 |
Color Harmonies of #CC5148
Complementary color
Monochromatic Colors of #CC5148
Black with #CC5148
Text Example
Text Example
White with #CC5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5148; }
p { color: rgb(204,81,72); }
H1.HeaderClassName
{
color: #CC5148;
}
.AnyTagClassName
{
color: #CC5148;
}
</style>
background-color css
<style>
a { background-color: #CC5148; }
a { background-color: rgb(204,81,72); }
div.DivClassName
{
background-color: #CC5148;
}
.BgClassName
{
background-color: #CC5148;
}
</style>
border-color css
<style>
span { border-color: #CC5148; }
span { border-color: rgb(204,81,72); }
td.TdClassName
{
border-color: #CC5148;
}
.TagClassName
{
border-color: #CC5148;
}
</style>