#CF4C49

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

Shades of Valencia #CF4C49

Tints of Valencia #CF4C49

Color information

#CF4C49 (or 0xCF4C49) is unknown color: approx Valencia. HEX triplet: CF, 4C and 49. RGB value is (207,76,73). Sum of RGB (Red+Green+Blue) = 207+76+73=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C49 is #30B3B6. Grayscale: #727272. Windows color (decimal): -3191735 or 4803791. OLE color: 4803791.

HSL color Cylindrical-coordinate representation of color #CF4C49: hue angle of 1.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4C49 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2077673-
CMYK00.630.650.19
HSL1.34º58.26%54.9%-
HSV(B)1.34º64.73%81.18%-
XYZ29.5218.928.4-
YUV114.83104.4193.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=58.15%
G=21.35%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207767300.630.650.191.3458.2654.9
HexCF4C4903F411313a37
Octal3171141110771012317267
Binary110011111001100100100101111111000001100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4C49; }

 p { color: rgb(207,76,73); }

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

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

 a { background-color: rgb(207,76,73); }

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

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

 span { border-color: rgb(207,76,73); }

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