#cf504e

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

Shades of Valencia #CF504E

Tints of Valencia #CF504E

Color information

#CF504E (or 0xCF504E) is unknown color: approx Valencia. HEX triplet: CF, 50 and 4E. RGB value is (207,80,78). Sum of RGB (Red+Green+Blue) = 207+80+78=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF504E is #30AFB1. Grayscale: #757575. Windows color (decimal): -3190706 or 5132495. OLE color: 5132495.

HSL color Cylindrical-coordinate representation of color #CF504E: hue angle of 0.93º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF504E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2078078-
CMYK00.610.620.19
HSL0.93º57.33%55.88%-
HSV(B)0.93º62.32%81.18%-
XYZ29.9819.559.4-
YUV117.74105.58191.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.71%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=56.71%
G=21.92%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207807800.610.620.190.9357.3355.88
HexCF504E03D3E1313938
Octal317120116075762317170
Binary11001111101000010011100111101111110100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf504e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf504e; }

 p { color: rgb(207,80,78); }

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

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

 a { background-color: rgb(207,80,78); }

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

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

 span { border-color: rgb(207,80,78); }

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