Shades of Valencia #CC554B
Tints of Valencia #CC554B
RGB
CMYK
RGB Variations
Color information
#CC554B (or 0xCC554B) is known color: Valencia. HEX triplet: CC, 55 and 4B. RGB value is (204,85,75). Sum of RGB (Red+Green+Blue) = 204+85+75=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC554B is #33AAB4. Grayscale: #777777. Windows color (decimal): -3386037 or 4937164. OLE color: 4937164.
HSL color Cylindrical-coordinate representation of color #CC554B: hue angle of 4.65º 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 #CC554B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 75 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.2 |
| HSL | 4.65º | 0.56% | 0.55% | - |
| HSV(B) | 4.65º | 0.63% | 0.8% | - |
| XYZ | 29.42 | 19.84 | 8.94 | - |
| YUV | 119.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 75 | 0 | 0.58 | 0.63 | 0.2 | 4.65 | 0.56 | 0.55 |
| Hex | CC | 55 | 4B | 0 | 3A | 3F | 14 | 5 | 38 | 37 |
| Octal | 314 | 125 | 113 | 0 | 72 | 77 | 24 | 5 | 70 | 67 |
| Binary | 11001100 | 1010101 | 1001011 | 0 | 111010 | 111111 | 10100 | 101 | 111000 | 110111 |
Color Harmonies of #CC554B
Complementary color
Monochromatic Colors of #CC554B
Black with #CC554B
Text Example
Text Example
White with #CC554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC554B; }
p { color: rgb(204,85,75); }
H1.HeaderClassName
{
color: #CC554B;
}
.AnyTagClassName
{
color: #CC554B;
}
</style>
background-color css
<style>
a { background-color: #CC554B; }
a { background-color: rgb(204,85,75); }
div.DivClassName
{
background-color: #CC554B;
}
.BgClassName
{
background-color: #CC554B;
}
</style>
border-color css
<style>
span { border-color: #CC554B; }
span { border-color: rgb(204,85,75); }
td.TdClassName
{
border-color: #CC554B;
}
.TagClassName
{
border-color: #CC554B;
}
</style>