Shades of Valencia #CC534C
Tints of Valencia #CC534C
RGB
CMYK
RGB Variations
Color information
#CC534C (or 0xCC534C) is known color: Valencia. HEX triplet: CC, 53 and 4C. RGB value is (204,83,76). Sum of RGB (Red+Green+Blue) = 204+83+76=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC534C is #33ACB3. Grayscale: #767676. Windows color (decimal): -3386548 or 5002188. OLE color: 5002188.
HSL color Cylindrical-coordinate representation of color #CC534C: hue angle of 3.28º degrees, saturation: 0.56, 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 #CC534C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 76 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.2 |
| HSL | 3.28º | 0.56% | 0.55% | - |
| HSV(B) | 3.28º | 0.63% | 0.8% | - |
| XYZ | 29.3 | 19.55 | 9.07 | - |
| YUV | 118.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 76 | 0 | 0.59 | 0.63 | 0.2 | 3.28 | 0.56 | 0.55 |
| Hex | CC | 53 | 4C | 0 | 3B | 3F | 14 | 3 | 38 | 37 |
| Octal | 314 | 123 | 114 | 0 | 73 | 77 | 24 | 3 | 70 | 67 |
| Binary | 11001100 | 1010011 | 1001100 | 0 | 111011 | 111111 | 10100 | 11 | 111000 | 110111 |
Color Harmonies of #CC534C
Complementary color
Monochromatic Colors of #CC534C
Black with #CC534C
Text Example
Text Example
White with #CC534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC534C; }
p { color: rgb(204,83,76); }
H1.HeaderClassName
{
color: #CC534C;
}
.AnyTagClassName
{
color: #CC534C;
}
</style>
background-color css
<style>
a { background-color: #CC534C; }
a { background-color: rgb(204,83,76); }
div.DivClassName
{
background-color: #CC534C;
}
.BgClassName
{
background-color: #CC534C;
}
</style>
border-color css
<style>
span { border-color: #CC534C; }
span { border-color: rgb(204,83,76); }
td.TdClassName
{
border-color: #CC534C;
}
.TagClassName
{
border-color: #CC534C;
}
</style>