#CC554F

Color #CC554F Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #CC554F

Tints of Valencia #CC554F

Color information

#CC554F (or 0xCC554F) is unknown color: approx Valencia. HEX triplet: CC, 55 and 4F. RGB value is (204,85,79). Sum of RGB (Red+Green+Blue) = 204+85+79=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC554F is #33AAB0. Grayscale: #787878. Windows color (decimal): -3386033 or 5199308. OLE color: 5199308.

HSL color Cylindrical-coordinate representation of color #CC554F: hue angle of 2.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC554F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB2048579-
CMYK00.580.610.2
HSL2.88º55.07%55.49%-
HSV(B)2.88º61.27%80%-
XYZ29.5619.99.68-
YUV119.9104.92187.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=55.43%
G=23.10%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204857900.580.610.22.8855.0755.49
HexCC554F03A3D1433737
Octal314125117072752436767
Binary110011001010101100111101110101111011010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC554F; }

 p { color: rgb(204,85,79); }

 H1.HeaderClassName
 {
   color: #CC554F;
 }
 .AnyTagClassName
 {
   color: #CC554F;
 }
</style>
background-color css

<style>
 a { background-color: #CC554F; }

 a { background-color: rgb(204,85,79); }

 div.DivClassName
 {
   background-color: #CC554F;
 }
 .BgClassName
 {
   background-color: #CC554F;
 }
</style>
border-color css

<style>
 span { border-color: #CC554F; }

 span { border-color: rgb(204,85,79); }

 td.TdClassName
 {
   border-color: #CC554F;
 }
 .TagClassName
 {
   border-color: #CC554F;
 }
</style>