#CC514F

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

Shades of Valencia #CC514F

Tints of Valencia #CC514F

Color information

#CC514F (or 0xCC514F) is unknown color: approx Valencia. HEX triplet: CC, 51 and 4F. RGB value is (204,81,79). Sum of RGB (Red+Green+Blue) = 204+81+79=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC514F is #33AEB0. Grayscale: #757575. Windows color (decimal): -3387057 or 5198284. OLE color: 5198284.

HSL color Cylindrical-coordinate representation of color #CC514F: hue angle of 0.96º 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 #CC514F is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB2048179-
CMYK00.600.610.2
HSL0.96º55.07%55.49%-
HSV(B)0.96º61.27%80%-
XYZ29.2619.299.58-
YUV117.55106.25189.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=56.04%
G=22.25%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204817900.600.610.20.9655.0755.49
HexCC514F03C3D1413737
Octal314121117074752416767
Binary11001100101000110011110111100111101101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC514F; }

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

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

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

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

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

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

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

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