Shades of Valencia #CC5348
Tints of Valencia #CC5348
RGB
CMYK
RGB Variations
Color information
#CC5348 (or 0xCC5348) is known color: Valencia. HEX triplet: CC, 53 and 48. RGB value is (204,83,72). Sum of RGB (Red+Green+Blue) = 204+83+72=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5348 is #33ACB7. Grayscale: #767676. Windows color (decimal): -3386552 or 4740044. OLE color: 4740044.
HSL color Cylindrical-coordinate representation of color #CC5348: hue angle of 5º 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 #CC5348 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 72 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.2 |
| HSL | 5º | 0.56% | 0.54% | - |
| HSV(B) | 5º | 0.65% | 0.8% | - |
| XYZ | 29.16 | 19.49 | 8.36 | - |
| YUV | 117.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 72 | 0 | 0.59 | 0.65 | 0.2 | 5 | 0.56 | 0.54 |
| Hex | CC | 53 | 48 | 0 | 3B | 41 | 14 | 5 | 38 | 36 |
| Octal | 314 | 123 | 110 | 0 | 73 | 101 | 24 | 5 | 70 | 66 |
| Binary | 11001100 | 1010011 | 1001000 | 0 | 111011 | 1000001 | 10100 | 101 | 111000 | 110110 |
Color Harmonies of #CC5348
Complementary color
Monochromatic Colors of #CC5348
Black with #CC5348
Text Example
Text Example
White with #CC5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5348; }
p { color: rgb(204,83,72); }
H1.HeaderClassName
{
color: #CC5348;
}
.AnyTagClassName
{
color: #CC5348;
}
</style>
background-color css
<style>
a { background-color: #CC5348; }
a { background-color: rgb(204,83,72); }
div.DivClassName
{
background-color: #CC5348;
}
.BgClassName
{
background-color: #CC5348;
}
</style>
border-color css
<style>
span { border-color: #CC5348; }
span { border-color: rgb(204,83,72); }
td.TdClassName
{
border-color: #CC5348;
}
.TagClassName
{
border-color: #CC5348;
}
</style>